-
-
-
Physical and Logical Backup
What kind of backup you take Physical / Logical? Which one is better and Why?
-
-
PCT Free
What is PCT Free and PCT Used?What is PCT increase parameter in segment?What is growth factor?
-
-
-
-
-
Temp DB Full
What do you do when tempdb is full?
-
Oracle Compress Parameter
My database size is 100GB. I am using compress parameter. Will my database size reduce, remain same, Increase. What will Happen.
-
Dump Destination
What is dump destination? What are bdump, cdump and udump? Explain in detail.
-
Naming exported files
When exporting using filesize parameter, if three files is generated. How the Oracle name this three files?
-
-
Corrupted Rollback Segment
How will you rectify if one of the rollback segments gets corrupted
-
DML operations on standby database
Can you perform DML operations when the standby database is in read only in Standby Database?
-
-
How do you find wheather the instance was started with pfile or spfile
Thhere are 3 different ways :-1) SELECT name, value FROM v$parameter WHERE name = 'spfile'; //This query will return NULL if you are using PFILE2) SHOW PARAMETER spfile // This query will returns NULL in the value column if you are using pfile and not spfile3) SELECT COUNT(*) FROM v$spparameter WHERE value IS NOT NULL; // if the count is non-zero then the instance is using a spfile, and if the count...
-
-
Oracle DBA Interview Questions
Ans