-
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
-
Oracle DB Buffer Cache
How the data is processed in DB Buffer Cache.
-
Db_buffercache tuning
Db_buffercache : How we will tune it.
-
DB Server Performance Bottlenecks
What are four performance bottlenecks that can occur in a database server and How are they detected?
-
-
Oracle Backsets created by RMAN
Can you use Backsets created by RMAN with any other utility
-
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?
-
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...
-
Restricted Mode Memory Gap
How to check to memory gap once the SGA is started in Restricted mode?
-
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.
-
Alert log files
What are four errors found in an alert (error) log that can ruin a DBA's appetite and how can you avoid them?
-
Troubleshoot SQL * Plus
If the SQL * Plus hangs for a long time, what is the reason?
-
-
-
Why and how the deadlock situation arises
If one user is already updating the table and it has a lock, the other user cannot access the table to update. then why and how the deadlock situation arises ?please explain with example.
-
Tuning Indicators
What tuning indicators can one use?
-
-
Corrupt Master Database
What do you do when the server cannot start due to a corrupt master database?
-
Oracle Database Monitoring
If Several databases are up and running, which command will help to monitoring in os ?
-
Database hangs during Package Compile
When the developer trying to compile the package. But the database gets hanged? What will you check?
Oracle DBA Interview Questions
Ans