-
-
-
-
-
Limit and Default size of Tablespace
Can we create as many tablespace as we require. What is the limit? What is the default size of tablespace? (System and User tablespace). Mention name of some tablespace.
-
Oracle Datafiles limit
How do you control No. of Datafiles one can have in an Oracle Database.
-
Oracle memory segments
How do you see how many memory segments are acquired by Oracle Instance.
-
Recover corrupted database
If the entire disk is corrupted how will you recover the database and what are the steps to recover the 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...
-
-
DML operations on standby database
Can you perform DML operations when the standby database is in read only in Standby Database?
-
Corrupted Rollback Segment
How will you rectify if one of the rollback segments gets corrupted
-
-
Naming exported files
When exporting using filesize parameter, if three files is generated. How the Oracle name this three files?
-
Dump Destination
What is dump destination? What are bdump, cdump and udump? Explain in detail.
-
Oracle Compress Parameter
My database size is 100GB. I am using compress parameter. Will my database size reduce, remain same, Increase. What will Happen.
Oracle DBA Interview Questions
Ans