- What are the differences between database designing and database modeling?
- If the large table contains thousands of records and the application is accessing 35% of the table, which method do you use: index searching or full table scan?
- In which situation whether peak time or off peak time you will execute the ANALYZE TABLE command. Why?
- How to check to memory gap once the SGA is started in Restricted mode?
- All the users are complaining that their application is hanging. How you will resolve this situation in OLTP?
- If the SQL * Plus hangs for a long time, what is the reason?
- Shall we create procedures to fetch more than one record?
- How do you increase the performance of %LIKE operator?
- You are regularly changing the package body part. How will you create or what will you do before creating that package?
- How can you see the source code of the package?
- Dual table explain. Is any data internally storing 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?
- In exception handling we have some NOT_FOUND and OTHERS. In inner layer we have some NOT_FOUND and OTHERS. While executing which one whether outer layer or inner layer will check first?
- What is mutated trigger, is it the problem of locks. In single user mode we got mutated error, as a DBA how you will resolve it?
- 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?
- What is bulk SQL?
- How to do the scheduled task/jobs in Unix platform?
- If the entire disk is corrupted how will you and what are the steps to recover the database?
- How will you monitor rollback segment status?
- List the sequence of events when a large transaction that exceeds beyond its optimal value when an entry wraps and causes the rollback segment to expand into another extend?
- What is redo log file mirroring?
- How can we plan storage for very large tables?
- When will be a segment released?
- What are disadvantages of having raw devices?
- List the factors that can affect the accuracy of the estimate?
- What is the difference between $$DATE$$ & $$DBDATE$$? - $$DBDATE$$ retrieves the current database date$$date$$ retrieves the current operating system.
- How to prevent unauthorized use of privileges granted to a Role?
- What is a deadlock and Explain?
- What are the basic element of base configuration of an Oracle database?
- What is an index and How it is implemented in Oracle database?
- What is the use of redo log information?
- What is a schema?
- What is Parallel Server?
- What is a database instance and Explain?
- What is a datafile?
- What is a temporary segment?
- What are the uses of rollback segment?
Thursday, 19 June 2008
Popular interview questions for DBA
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment