-
-
-
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?
-
-
Difference between logical and physical Data
What is difference between logical & physical data and what do mean by physical & logical backup of data ?
-
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 -
-
-
-
How can be determine the size of the log files.
Query v$log
-
-
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...
-
Stacktrace Server Error Log
What should you do when you find a stacktrace in the server errorlog?
-
-
-
-
Daily tasks for an oracle dba
What are key tasks for an oracle dba on daily basis?
-
Locks in Oracle
A user issues the below query,
1. Select * from table1 lock table
At the same time DBA is trying to modify this table table1 using alter command, will he able to do that or not? -
Oracle DBA Interview Questions
Ans