-
ASE Server Performance
What will you do when the ASE server's performance is bad?
-
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?
-
Increase %LIKE Operator Performance
How do you increase the performance of %LIKE operator?
-
Estimate SGA Size
How to estimate the size of SGA?
-
Troubleshoot SQL * Plus
If the SQL * Plus hangs for a long time, what is the reason?
-
Restricted Mode Memory Gap
How to check to memory gap once the SGA is started in Restricted mode?
-
Execute Analyze Table Command
In which situation whether peak time or off peak time you will execute the ANALYZE TABLE command. Why?
-
Replication Server
Explain how will you setup Replication Server & sync it?
-
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?
Oracle DBA Interview Questions
Ans