-
DATATYPES
1-WHAT IS THE MAX LENGHT OF VARCHAR2 DATATYPE IN PL/SQL?2-WHAT IS THE USE OF UROWID?3-WHAT ARE THE SUBTYPES?GIVE ANY 2 EXAMPLE?4- WHAT IS THE GENERAL STANDARD FOR DECLARATION?
-
Populating Tables in Oracle 11g
How do you populate tables or data in Oracle 11g step by step?
-
What are Oracle Hints and How do you use them ?
Explain the real-time situation where would you use Oracle Hits
-
Oracle exception block
In the exception part,what will happen if u don’t give (when others) where will it show error compile time or run time
-
-
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 ...
-
-
-
-
-
-
-
-
PL/SQL Interview Questions
Ans