-
Types of Lock
Explain share and exclusive type of lock.
-
Execute Immediately
What is the meaning of execute immediately?
-
Rectify Deadlock
If a deadlock has occured and if you have given with the dump, how will you identify that where the deadlock has occured, how the deadlock occured and how to rectify the same.
-
Unconstrained Loop
What is unconstrained loop?suggest some example.
-
-
Autonomous transactions
What is an autonomous transaction?
-
If we call oracle package inside another package
We have a oracle package that package is calling in user defined package ?from this user defined package how will u debug the oracle package?
-
Can we use function inside a trigger
Is it possible to use function inside a trigger.
-
PL/SQL table vs Global Temporary Table
Difference between PL/SQL table and Global Temporary Table. why we use Global Temporary Table without using PL/SQL Table.
-
Reference cursor from a procedure & pass cursor as a paramater
How to call/reference a cursor defined in a procedure A from another procedure B?
How to pass a cursor as a parameter of a cursor? -
Bind variabales
What are bind variables in sql? explain in detail?
-
When use Before and After Trigger?
When use Before and After Trigger? Please any help for this one
-
-
Recursive function
What is recursive function, explain with example?
-
Moving data from 1 table to Another
How can you move the entire data from one table to another? If in same instance and in different instances, both cases?
-
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
-
Triggering events in oracle
A table has both before insert and after insert trigger. Also we have declared both the trigger as pragma autonomous transaction for saving the error record alone in the error table if any exception occurs. Now if we have a error in the trigger will the before insert trigger will get executed and the error data will be stored in the error table?. what is the exact use of before and after insert trigger...
-
Define a RETURN statement
Is it possible to define a RETURN statement in the exception part of a function?
Explain it with example. -
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?
PL/SQL Interview Questions
Ans