Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> error handling, jobs and sub procedures suggestions
Good Day.
Oracle Noob here. I'm trying to figure a few things out, some help is greatly appreciated!
EXECUTE IMMEDIATE 'begin '||procname||';end;';
where proname can change.
On purpose I set procname to a procedure I know will fail. The result is that my calling procedure runs through with no errors or exceptions. What's the best way to return exception information / errors and error messages back to the calling procedure?
Thanks again for any help or information. Received on Mon Feb 05 2007 - 17:51:08 CST
![]() |
![]() |