-
-
-
-
Force View
What is Force View. Why Oracle Give Facility to create force view? What is the use of force View
-
-
Adventages of package over standalone procedure
What are the advantages of packages over standalone procedure ?
-
-
-
What is Simple Cursor? and What is Parametrized cursor?
Explain what is Simple Cursor and What is Parameterized Cursor? And Difference between both??
-
Dual Table
Is Dual Table updatable? If we update, will it impact the health of the database?
-
-
Explicit cursor and Select into statement
What is the difference between an explicit cursor and select into statement?
-
Status of Procedure
If a procedure is referring a table and if the structure of the table is changed, lets say data type of the any column is changed, then is it possible that the status of the procedure remains valid? Explain
-
What is the main purpose of RETURN in functions?
What is the main purpose of RETURN in functions when we can calculate a value and pass it through using OUT mode in procedure or functions?
-
-
-
Oracle triggers
Can we issue rollback, commit in the trigger body. if we issue what is the result
-
Procedure Parameters
What is call by value and call by reference in parameters (IN, OUT, INOUT)?
-
-
What is PL/SQL table ?
Objects of type TABLE are called "PL/SQL tables", which are modeled as (but not the same as) database tables, PL/SQL tables use a primary PL/SQL tables can have one column and a primary key. Cursors
PL/SQL Interview Questions
Ans