Oracle SQL/PLSQL Client Interview Questions
Oracle SQL/PLSQL Client Interview Questions
o Ex: Procedure p1 and Procedure p2 (Input Para1, Input Para2, Output Para3). The
default value of Para1 is 10.
Procedure p2 needs to be called from Procedure P1. The default value needs be used
for Para1.
� What is the output of below code:
o DECLARE
LC_TEST VARCHAR2(3) := �abcd�
BEGIN
EXCEPTION
END
If an exception occurs, what is the name of exception and how to
overcome this exception
� Explain Raise, Raise Application error and Pragma Exception Init. How
they work and when they are used.
� A table with primary key of format varchar2(30) is created and huge data
is available in it. The field is truncated to format varchar2(20). What will be the
affect.
�Types of index
�Normalizations
�Bulk loading exceptions