Hi all ,
Is It possible to initialize in the same pragma more then on excpetion ?
example :
declare
e_table_not_exists exception;
e _divide_in_zero exception;
pragma
exception_init (e_table_not_exists,-942) , (e_divide_in_zero ,-1476) ;
.
.
Thanks In Advanced
Naama