Recent content by ekinox

  1. E

    Trapping errors on sql error and os error

    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.
  2. E

    cancel the exection of a sql script dynamically

    Thanx for helping me man. Ekinox
  3. E

    cancel the exection of a sql script dynamically

    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.
Back
Top