RE: Handling Exec errorcodes

2005-03-15 Thread Dick, Brian E.
cript file. This is what im doing: -Oprindelig meddelelse- Fra: Dick, Brian E. [mailto:[EMAIL PROTECTED] Sendt: 15. marts 2005 14:49 Til: Ant Users List Emne: RE: Handling Exec errorcodes At the beginning of your sqlplus script you should add something similar to the following.

RE: Handling Exec errorcodes

2005-03-15 Thread Dick, Brian E.
At the beginning of your sqlplus script you should add something similar to the following. whenever oserror exit failure rollback whenever sqlerror exit failure rollback These lines will cause sqlplus to set the exit code. If you don't want to hardcode these lines in all of your sqlplus