-
Oracle Stand Alone Procedure
How does a stand alone procedures differ from that of other procedures?
-
Identify DML Error
MERGE INTO SAS F USING (SELECT PRODID, PRODID+10 F, DESCRIP FROM PRODUCT) L ON (F.PRODID=L.PRODID) WHEN MATCHED THEN UPDATE SET F.PRODID=L.F WHEN NOT MATCHED THEN INSERT VALUES (L.F, L.DESCRIP)Why does the above give error?
-
Parent Table
A table which consist of atleast one primary or Unique key is called as Parent Table.
True / False (Justify) -
Control File Restore
How to restore the control file by using RMAN backup?
-
Start Up Information
In which file we can see start up information?
-
TableSpace Space
How to find out how much space a tablespace has remaining?
-
Database size
How to see the Database size and version and RMAN size and version?
-
Drop a Datafile
How to drop or delete a datafile which has been miskenly added to a tablespace?
-
-
DBMS Relation
In DBMS, What is a relation?
-
RAC Database
What difference does it make to a Oracle developer while using RAC ? Would/Should he realise that it is a RAC Database ?
-
Archive Files
What are archive files? What are the uses with archive files?
-
RMAN Backup
How to take backup using RMAN backup, without catalogdb?
-
-
Private,Public database link
How to give private and public database links ?What is syntax for that ?What means mutation in oracle??
-
Repair TNSnames.ora File
How to repair the tnsnames.ora file.
File is completely corrupted and you get network adapter errors and TNS resolve error after restarting the machine. -
RMAN Catalog
What is the use of catalog and no catalog in RMAN?
-
Bdump, cdump & udump
Explain in detail what are bdump, cdump & udump?
-
Remote Backup
What is meant by Remote Backup?
-
Oracle Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans