-
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) -
System TableSpace and Default TableSpace
Explain what are system tablespace and default tablespace? How do they differ from one another?
-
Oracle Stand Alone Procedure
How does a stand alone procedures differ from that of other procedures?
-
TableSpace Space
How to find out how much space a tablespace has remaining?
-
Instance Startup Time
How to find the startup time of instance?
-
Start Up Information
In which file we can see start up information?
-
SQL queries performance issue
You have a batch job which has hundreds of SQL queries in it. Earlier is was finishing in expected time. However, now it is taking twice the time. There is no CPU utilization issue due to other jobs. How would you know that which of the queries are taking more time now and why?
-
Passing a Function name in Parameter
Can we pass a function name as a parameter value?? will it have any effect in performance degradation when used in a Large online transaction process?
-
Export and Import
What is the use of IGNORE option in the Export and Import?
-
CURSOR and BULK COLLECT
How does CURSOR and BULK COLLECT work logically?
-
-
Transactions During Hot Backup
Where will the transactions be stored during Hot Backup?
During hot backup we specify the tablespace during beginning backup mode and now if a user perform some transactions then where such transactions are stored? -
PL/SQL Autonomous Transaction
If in PL/SQL Autonomous transaction, you get error then how will you role back the main transaction?
-
-
-
-
-
-
Difference between Varray and Nested Table
What is the difference between Varray And Nested Table?
Oracle Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans