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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: PL/Sql Error Handling Package

Re: PL/Sql Error Handling Package

From: BigP <big_planet_2000_at_hotmail.com>
Date: Fri, 12 Jul 2002 17:18:19 -0800
Message-ID: <F001.004970FA.20020712171819@fatcity.com>


We have package for logging diferent errors like

1. user error -- for user defined exception
2. system error -- for system exception
3. other error -- for other error
4. debug -- for debug logging

every time an exception is caught , based on type a satus is returned to calling program at the same time error is logged calling proc in above package . program generates some bedug string which is logged along with error which helps in debugging .
Is it what ur looking for ?

-Bp

Amy one have any decent stanard error handling packages or link to advice on creating such a package?

Thanks,

    Hannah

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: johanna.doran_at_sungard.com

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: ListGuru_at_fatcity.com (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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: BigP INET: big_planet_2000_at_hotmail.com 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: ListGuru_at_fatcity.com (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).
Received on Fri Jul 12 2002 - 20:18:19 CDT

Original text of this message

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