-
Recover Database
There are 100 datafiles, numbered from 1 to 100. File number 10 is deleted and it has 500 MB of data. The database is working in No-Archive log mode. How can the database be recovered?
-
Load Data into Multiple Tables
How to load data into multiple tables at once?
-
Replication Server
Explain how will you setup Replication Server & sync it?
-
-
-
Increase %LIKE Operator Performance
How do you increase the performance of %LIKE operator?
-
Oracle Reserved Memory and Unreserved Memory
What is Oracle Reserved Memory and Unreserved Memory? What is the size of Oracle Reserved Memory?
-
Remove Oracle memory segments
How do you remove memory segments
-
Tablespace Quota
A user has connect and resource privileges allocated by the DBA. He is been allocated quota on three tablespaces by the DBA - Default Tablespace Quota 500 M - Tablespace 1 Quota 100 M - Tablespace 2 Quota 200 M Now the user tries to make a table which uses 300 M in tablespace 2. Will he be successful?
-
Database Designing and Modeling
What are the differences between database designing and database modeling?
-
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?
-
Cost Based Optimizer and Rule Based Optimizer
What is the difference between Cost Based Optimizer and Rule Based Optimizer?(CBO is the default optimizer)
-
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?
-
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.
-
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?
-
Scenarios for rebuilding indexes
What are the different scenarios for rebuilding indexes...
-
-
Physical Standby Database
Outline the steps required for physical standby database creation?
-
Import Export Utilities
How does one use the import/export utilities?
-
Resize Tablespaces
Is it possible to resize tablespaces and data files? If yes, how?
Oracle DBA Interview Questions
Ans