-
How to DROP an Oracle Database?
You can do it at the OS level by deleting all the files of the database. The files to be deleted can be found using: 1) select * from dba_data_files; 2) select * from v$logfile; 3) select * from v$controlfile; 4) archive log list 5) initSID.ora 6) In addition you can clean the UDUMP, BDUMP, scripts etc Clean up the listener.ora and the tnsnames.ora. make sure that the oratab entry is also removed.
-
Restricted Mode Memory Gap
How to check to memory gap once the SGA is started in Restricted mode?
-
Database Auto extend question
This is an Interview Question By BMC Software.. " while installing the Oracle 9i ( 9.2) version, automatically system takes the space of approximately 4 GB.. thats fine.... Now, if my database is growing up and it is reaching the 4GB of my database space...Now, i would like to extend my Database space to 20 GB or 25 GB... what are the things i have to do " Pls give me the accurate Solutions or alternates...
-
Changed Performance
When yesterday developer gives the following command: select count(*) from [table name]it gives the output within minutes, today the same command takes hours? What will you check?
-
Oracle Backsets created by RMAN
Can you use Backsets created by RMAN with any other utility
-
-
DB Server Performance Bottlenecks
What are four performance bottlenecks that can occur in a database server and How are they detected?
-
Db_buffercache tuning
Db_buffercache : How we will tune it.
-
Oracle DB Buffer Cache
How the data is processed in DB Buffer Cache.
-
Difference between 9i OEM & 10G OEM.
Explain the differences between 9i OEM & 10G OEM along with new features that changes the way you do your daily job
-
Familar Unix Files for DBA
As a Oracle DBA what are all the UNIX file you should be familar with?
-
Troubleshoot an Error
What will you do if in any condition you do not know how to troubleshoot the error at all and there are no seniors or your co-workers around?
-
Check database state using pfile/spfile.
How to check whether database whether it is opened by pfile/spfile.
-
-
What is a deadlock and Explain
A deadlock is a condition where two or more users are waiting for data locked by each other. Oracle automatically detects a deadlock and resolves them by rolling back one of the statements involved in the deadlock, thus releasing one set of data locked by that statement. Statement rolled back is usually the one which detects the deadlock. Deadlocks are mostly caused by explicit locking because oracle...
-
-
Oracle OERR Utility
What is OERR Utility
-
-
-
Oracle DBA Interview Questions
Ans