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 -> Re: How to audit the execution of a proc

Re: How to audit the execution of a proc

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Tue, 20 Apr 2004 21:47:01 +0100
Message-ID: <zfFQtNBFxYhARx8h@peterfinnigan.demon.co.uk>


Hi,

Your error ORA-2068 is to do with losing a remote connection to another database via a database link. Also your error text is cut short after the 2068 - first step would be to print out the full error stack. You could write a simple logging procedure in PL/SQL and write errors generated in exception clauses to a trace file for later logging if you want to add more details. The error messages you print below look reasonably structured. have a look at the line numbers in the code of the packages mentioned first and that should give you a clue as to why its failing.

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Tue Apr 20 2004 - 15:47:01 CDT

Original text of this message

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