Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

pragma exception_init , initialize multiple exeptions

NaamasOct 21 2014 — edited Oct 22 2014

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

This post has been answered by Boneist on Oct 21 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2014
Added on Oct 21 2014
3 comments
590 views