-
Find the Impact for Procedure Change
How do you find the impact for the change and how to find the tables which are connected to this procedure or package?
-
-
Compiling Specification Part and Body Part
If have 5 procedures in my specification part and used 4 in my body part while compiling will it throw error or not?
-
PL/SQL Triggers
How many types of PL/SQL Triggers are there? What are they?
-
-
What are the components of a PL/SQL block ?
A set of related declarations and procedural statements is called block.
-
Drop Vs Truncate
Which is faster, Drop or Truncate? Explain
-
-
-
Oracle PL/SQL Private Procedure
What is Private Procedure in Oracle PL/SQL?
-
-
Invoke a Procedure inside Package
Can you invoke a Procedure inside Package P1 from the other package P2 in the same schema? Explain
-
Nested Procedures
Can we use nested procedures? What is the limit?
-
Check Query Performance
How will you check performance of the query, if the query was running earlier but today its taking time to run?
-
-
Table Name and Trigger Name
Can we keep trigger name same as table name? Explain
-
-
Delete duplicate records without using sub query?
Delete duplicate records without using sub query? Is That possible
-
-
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
PL/SQL Interview Questions
Ans