-
-
-
-
Check database state using pfile/spfile.
How to check whether database whether it is opened by pfile/spfile.
-
Full Table Scan
There are about a 10,000 records in a table. A user 1 runs a query which is doing a full table scan. While doing the full table scan, user 2 changes some value x to y using a DML statement in record. What does the the 1st user see ( x or y ) ? If x, then where is the value stored?
-
Search Method
If the large table contains thousands of records and the application is accessing 35% of the table which method to use: index searching or full table scan?
-
Oracle Dead Locks
If dead lock happened for 2 applications at a time in a banking sector..how to resolve this issues without forcing any one of the application ..we should not have to stop the transaction...
-
-
-
-
-
What is a Database instance ? Explain
A database instance (Server) is a set of memory structure and background processes that access a set of database files. The process can be shared by all users. The memory structure that are used to store most queried data from database. This helps up to improve database performance by decreasing the...
-
-
-
Version Upgrade
How would you plan for an Oracle upgrade? What are the prerequisites?
-
-
-
-
-
Oracle DBA Interview Questions
Ans