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 -> Re: logging SQL errors...

Re: logging SQL errors...

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Thu, 12 Feb 2004 17:28:07 +0100
Message-ID: <402ba911$0$28674$626a14ce@news.free.fr>

"Volker Hetzer" <volker.hetzer_at_ieee.org> a écrit dans le message de news:c0g6ec$7ss$1_at_nntp.fujitsu-siemens.com...
> Hi!
> Is there any way to log sql errors, like an insert with a value that's bigger than the column
width?
>
>
> Lots of Greetings and thanks!
> Volker

Audit is not enough? For instance:
audit insert on my_table whenever not successful; You'll find username and return_code in dba_audit_object.

Regards
Michel Cadot Received on Thu Feb 12 2004 - 10:28:07 CST

Original text of this message

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