Common methods include setting a flag to indicate
process state..

eg

begin
  ...
  ...
  ...
  some_flag := 'Up to here';
  ...
  ...
  ...
  some_flag := 'Now here'
  ...
  ...
exception when no_data_found then
  if some_flag = ... then
  else
     etc
end;

hth
connor

--- Raymond Lee Meng Hong <[EMAIL PROTECTED]>
wrote: > 
>  Troubleshooting on the exception is some how
> difficult, it the package is
> about 1000 lines and there are alot of block
> including nested block contend
> with it own exception handle , how should we know
> which one of the exception
> hit ???
> 
>  I'm using TOAD , but browsing it in and out really
> made me dizzy. ,I just
> solve 1 small packge with 300 line within 2 hour
> thing.(becoz I just start
> my oracle developer in 2 months) ,Actually TOAD did
> help our to intent it
> and break those block separate , but how if it go
> with 1000 line or even
> more in a package ?
> 
> 
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> -- 
> Author: Raymond Lee Meng Hong
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- (858) 538-5051  FAX:
> (858) 538-5051
> San Diego, California        -- Public Internet
> access / Mailing Lists
>
--------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from).  You may
> also send the HELP command for other information
> (like subscribing).


=====
Connor McDonald
http://www.oracledba.co.uk (mirrored at 
http://www.oradba.freeserve.co.uk)

"Some days you're the pigeon, some days you're the statue"

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?Connor=20McDonald?=
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to