hi all,
i'm running a script which exits execution whenever there is a sql error or an os error. Is it possible to trap the sql error or the os error which caused the script to exits and put it into another log file ? Please Help!!!
Thanks.
hi guys.
i have several anonymous sql blocks in one file which is executes via sqlplus. I want to stop the execution of the whole file if an error occurs in one of the blocks.
Please help.