-
Tuning Indicators
What tuning indicators can one use?
-
Import Export Utilities
How does one use the import/export utilities?
-
Monitor and Modify Data during Loading
How to monitor how fast a table is imported? How to modify data as it loads into the database?
-
Stacktrace Server Error Log
What should you do when you find a stacktrace in the server errorlog?
-
Load Data into Multiple Tables
How to load data into multiple tables at once?
-
Temp DB Full
What do you do when tempdb is full?
-
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?
-
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 ?
-
Why and how the deadlock situation arises
If one user is already updating the table and it has a lock, the other user cannot access the table to update. then why and how the deadlock situation arises ?please explain with example.
-
Physical Standby Database
Outline the steps required for physical standby database creation?
-
Database Designing and Modeling
What are the differences between database designing and database modeling?
-
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?
-
Naming exported files
When exporting using filesize parameter, if three files is generated. How the Oracle name this three files?
-
Scenarios for rebuilding indexes
What are the different scenarios for rebuilding indexes...
-
Change parameter in pfile
how to change the log_archive_format parameter in pfile if corresponding issys_modifiable parameter is "FALSE"
give me the full step by step procedure.
Thanks
Gyan -
Online Redolog file/group recovery
How to collects the "current" redolog members(redo group) if these are physically deleted. There is no backup and NARCHIVELOG mode in database
-
-
-
-
Oracle DBA Interview Questions
Ans