Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Trapping Errors in SQL*Plus

Trapping Errors in SQL*Plus

From: Mark Sims <mark.k.sims_at_bt.com>
Date: Mon, 08 Nov 1999 12:31:35 +0000
Message-ID: <3826C2A7.FB024785@bt.com>


Hello,

Has anyone come across a technique for trapping errors after an SQL statement in SQL*Plus?

We have some code that performs a number of large queries in sequence. For various reasons it is neither practical to wrap them in PL/SQL nor to use embedded SQL. At present, if an error occurs, the process continues to the end and the problem is detected manually by checking a log file. We want to terminate the process as soon as possible and record the reason for the problem.

Thanks in advance,

Mark Sims Received on Mon Nov 08 1999 - 06:31:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US