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 -> Best practice to corrupt data

Best practice to corrupt data

From: <nospam_at_gojko.com>
Date: 25 Sep 2006 11:54:29 -0700
Message-ID: <1159210469.372041.75650@e3g2000cwe.googlegroups.com>


A common practice for handling errors in PL/SQL procedures is to catch all errors in the top-most database layer and convert them into error codes and human readable messages for client applications. This technique is a relict from the past and, in fact, a very bad practice from today's perspective, since it can lead to data corruption. More on http://www.orafaq.com/node/993 .

Gojko Adzic
http://www.gojko.com Received on Mon Sep 25 2006 - 13:54:29 CDT

Original text of this message

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