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

Home -> Community -> Usenet -> c.d.o.server -> Oracle Error handling capabilities ...

Oracle Error handling capabilities ...

From: <narenn_at_my-dejanews.com>
Date: Wed, 13 Jan 1999 15:51:18 GMT
Message-ID: <77ifdh$s22$1@nnrp1.dejanews.com>


Imagine there is an Oracle application which has very poor Error handling capabilities and needs to be enhanced. There is one macro which does very trivial error handling but this macro is shared by the entire application whenever and oracle error is encountered.

How best can we enhance the error handling ? We need to build in error handling capacity for the following ...

  1> Report update/insert on columns which have values greater than the allowed precision 2> Report Oracle NULL values being inserted where the columns are NOT NULL 3> Report Unique Constraints being violated etc etc

All these errors are reported right now , but we want to isolate certain errors as not fatal and proceed. But in the process log the column name, table name or index name which needs to be investigated. The errors reported right now by oracle are very generic sometimes. For example there is no way i know of to find which column has a overflow occuring when we update/insert a table ?

What are , if any new error handling routines in oracle 8 which you have used.

Plese share your experiences either replying here or sending mail to Narendra.Nathmal_at_fmr.com

Thanks

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Jan 13 1999 - 09:51:18 CST

Original text of this message

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