-
Cursor Advantages and Disadvantages
What are the uses of Cursor?
What are its advantage and disadvantage? -
-
-
-
-
How do you optimise your pl/sql code?
How to optimise your pl/sql code? Not using explain plan which is for tuning the quey
-
-
Delete duplicate records without using sub query?
Delete duplicate records without using sub query? Is That possible
-
-
Table Name and Trigger Name
Can we keep trigger name same as table name? Explain
-
-
Check Query Performance
How will you check performance of the query, if the query was running earlier but today its taking time to run?
-
Nested Procedures
Can we use nested procedures? What is the limit?
-
Procedure Memory and Location
Where will the Procedure have is memory and location?
-
Update Package
If amount s transfers from one account to another in banking, how will you update it with packages?
-
Invoke a Procedure inside Package
Can you invoke a Procedure inside Package P1 from the other package P2 in the same schema? Explain
-
-
Oracle PL/SQL Private Procedure
What is Private Procedure in Oracle PL/SQL?
-
-
PL/SQL Interview Questions
Ans