Login to oracle Enterprise manager console logincan any one help me what may be management server even I'm logging with sysman and oem_temp as password it is giving the error VTK-1000 :unable to connect to management server...
1.How do you calculate SGA?2.What happens to dbf`s if the high water mark is large?3.How to avoid error ora 01555 in Oracle 9i?
How do I delete responsibility in Oracle 11i from backend and frontend? How is backend going to effect ?
The ORACLE db is running with session audit and the audit table is full. What happens to new sessions? Nothing, They are not audited New Connections are Not Allowed Session allowed, with audit to alert.log
Latest Answer : What is this ? Please post individually ...
How do you read all block_name, item_name, all_tables, all_procedures used on a form module in oracle 10g version ?
Latest Answer : New Feature of Oracle 10g1.Introduction of sysaux tablespace.2.Temporary tablespace grouping.3.Retention guarantee in undo tablespace.4.Introduction of transportable tablespace.5.Introduction of datapump(fatser export/import)6.Automatic workload repository report ...
Hi Any body know what is Crossroads skill in Oracle DBA? Please help me.
When a Oracle instance is up, How can we find which parameter file (pfile or spfile) the oracle is using?
Latest Answer : The command given below will display 3 colums NAME, TYPE, VALUESQL> show parameter spfile NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
spfile string E:ORACLEPRODUCT10.1.0DB_1 DATABASESPFILEORCL.ORAIf ...
How to set the oracle from "Dedicated" to "Shared" server? What are all parameters needs to set to change the Oracle from "Dedicated" Server to "Shared" Server?
Latest Answer : 1.To change from dedicated server to shared server add the following initialization parameters in the parameter file.dispatchers='(protocol=TCP)(disp=5)' max_dispatchers=150 shared_servers=5 max_shared_servers=1002.shutdown and restart the ...