-
Writing Pl/SQL function
Write a PL/SQL fuction named say TRUN, which does the same work as the oracle predefined function "TRUNCATE".
-
Is the order in which the conditions are given in the 'WHERE' clause are important?
Mean I heard from Oracle 8i onwards the order of where clause condition does not matter which oracle creates the explain plan...and execute..Is it true?
-
-
Oracle PRAGMA'S
Outline the List of PRAGMA'S used in Oracle.
-
Autonomous Transcation
What are advantages of Autonomous Transcation?
-
Handle Multiple Rows Without Loops
How can we handle multiple rows without using loops in PL SQL?
-
Infinite Loop
How will you stop an infinite loop without closing the program?
-
Recreating and Rebuilding Indexes
What is recreating and rebuiding of indexes?
-
SQL Optimization
How to optimize SQL Statements?
-
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?
PL/SQL Interview Questions
Ans