-
-
-
-
-
-
Oracle Catalog and Archive Log
Explain what are Oracle Catalog and Oracle Archive log?
-
Common problems while taking Backups
What are the common problems while taking backups? What are the necessary steps to take backup on to tapes and disks in real time?
-
-
Why use materialized view instead of a table
If Materialized view contains the actual data and has to be re-created every time the original table data is changed and we intent to refresh the data in the view.then what is the actual use of materialized view, why can't we create another table by itself by running the same query ?
-
-
-
Locks in Oracle
A user issues the below query,
1. Select * from table1 lock table
At the same time DBA is trying to modify this table table1 using alter command, will he able to do that or not? -
Daily tasks for an oracle dba
What are key tasks for an oracle dba on daily basis?
-
-
-
-
Stacktrace Server Error Log
What should you do when you find a stacktrace in the server errorlog?
-
Oracle Dead Locks
If dead lock happened for 2 applications at a time in a banking sector..how to resolve this issues without forcing any one of the application ..we should not have to stop the transaction...
-
-
How can be determine the size of the log files.
Query v$log
Oracle DBA Interview Questions
Ans