-
Determine Number of Blocks Corrupted
You have a database. You have a datafile and some blocks are corrupted in the datafile. What statement will you issue to know how many blocks are corrupted?
-
Disk (sort) Ratio
The ratio of disk (sort) is high. Is that good or bad? Why? How will you reduce disk sort?
-
Oracle Snapshot too old error
What is Ora1555 error. Snapshot too Old error. Explain in detail.
-
-
Oracle Table space used and unused space
I have to check used space/unused space in table space. Which view /command will provide me the desired answer.
-
Oratab file
What is stored in Oratab file
-
-
Schema Procedure and Data
Schema A has some objects and created one procedure and granted to Schema B. Schema B has the same objects like Schema A. Schema B executed the procedure like inserting some records. In this case where the data will be stored whether in Schema A or Schema B?
-
Execute Analyze Table Command
In which situation whether peak time or off peak time you will execute the ANALYZE TABLE command. Why?
-
-
Resize Tablespaces
Is it possible to resize tablespaces and data files? If yes, how?
-
Import Export Utilities
How does one use the import/export utilities?
-
Physical Standby Database
Outline the steps required for physical standby database creation?
-
-
Scenarios for rebuilding indexes
What are the different scenarios for rebuilding indexes...
-
Accessing Dual Table
Explain Dual table. Is any data internally stored in dual table. Lot of users are accessing select sysdate from dual and they getting some millisecond differences. If we execute SELECT SYSDATE FROM EMP; what error will we get. Why?
-
Export query question
exp userid=system/manager file=expfile.dmp log=expfile.log full=Y compress=Y buffer=1000000If i do't mention compress & buffer parameter , then this query will run/not.
-
Differentiate file using filename
Three users at a time giving the following command: alter database backup controlfile to trace; How can you differentiate the file using the filename itself?
-
Cost Based Optimizer and Rule Based Optimizer
What is the difference between Cost Based Optimizer and Rule Based Optimizer?(CBO is the default optimizer)
-
Identify Datafile in Backkup Mode
When you execute: alter tablespace begin backup; How can Oracle engine can identify that the corresponding datafiles are in backupmode?
Oracle DBA Interview Questions
Ans