-
Trace Control File
When we trace the control file how many datafiles are created?
-
Tablespace Conversion
How to convert dictionary managed tablespace to locally managed tablespace?
-
RAC Database
What difference does it make to a Oracle developer while using RAC ? Would/Should he realise that it is a RAC Database ?
-
Oracle Instance
What is an Oracle Instance? Where it is present and How does it perform?
-
Row Chaining
How to detect and prevent row chaining?
-
Drop a Datafile
How to drop or delete a datafile which has been miskenly added to a tablespace?
-
Database size
How to see the Database size and version and RMAN size and version?
-
Purpose of Redo Log Files
What is the purpose of redo log files?
-
Control File Restore
How to restore the control file by using RMAN backup?
-
PCT Free and PCT Used
What is PCT free and PCT used?
-
PCT Increase Parameter
What is PCT increase parameter in segment?
-
Error 0600
What does Error 0600 mean?
-
-
Multiple Database access one Instance
Can Multiple Database access one Instance ?
Yes or No ? Explain -
-
Tablespace Management Autoextend Option
Is it possible to autoextend on option for two datafiles of same tablespace? How?
-
Truncate Vs Delete
If a table contains 2 million rows, consider the below scenarios?
- DELETE command to delete just few rows in a 2 million row table.
- TRUNCATE command (will obviously deletes 2 million rows)
Which is faster. Truncate or Delete? -
PL/SQL Block Cursor
Scenario: I forgot to Close the Cursor in PL/SQL block. I executed the block successfully. Again I am going to execute that block without Closing the cursor. An error will be thrown or not?
-
RefCursor Data Type
When and for what purpose do we use refcursor instead of other data type?
-
Use of NOCOPY in Procedure
CREATE OR REPLACE PACKAGE XX14_SO_INBOUND_PKG AS PROCEDURE main ( x_errbuf OUT NOCOPY VARCHAR2 , x_retcode OUT NOCOPY NUMBER , p_data_file_path IN VARCHAR2 ); END XX14_SO_INBOUND_PKG;
In above procedure what is the use of NOCOPY...?
Oracle Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans