-
-
Bulk binding
What are the advantages of bulk binding in PL/SQL?
-
-
Oracle Cursors in Pl/SQL
Why we use cursor in plsql? in same case can we use cursor or procedure?? difference between cursor , procedure and package?? is any relation between 3??
-
PL/SQL Triggers
How many types of PL/SQL Triggers are there? What are they?
-
What is Raise_application_error ?
Raise_application_error is a procedure of package DBMS_STANDARD which allows to issue an user_defined error messages from stored sub-program or database trigger.
-
-
How packaged procedures and functions are called from the following?
a. Stored procedure or anonymous block b. an application program such a PRC *C, PRO* COBOL c. SQL *PLUS a. PACKAGE NAME.PROCEDURE NAME (parameters); variable := PACKAGE NAME.FUNCTION NAME (arguments); EXEC SQL EXECUTE ...
-
-
-
-
-
-
-
-
-
-
-
-
Global Temporary Table
What is Global temporary table? and what are the benefits of it?
PL/SQL Interview Questions
Ans