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: Automize SQL TRACE OPERATION

Re: Automize SQL TRACE OPERATION

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Tue, 9 Mar 2004 09:58:24 +0000
Message-ID: <lHlJZFBAVZTARx+g@peterfinnigan.demon.co.uk>


Hi Bill,

You can check in the after logon trigger for the username or sid, serial etc. Have a look at a paper i wrote recently that describes many ways to enable trace in Oracle. There is an example of a logon trigger that checks which user is calling it. In my example I just check its not SYS or SYSTEM but you can change that and check in anyway you want. The paper is http://www.petefinnigan.com/ramblings/how_to_set_trace.htm

hth

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 Mar 09 2004 - 03:58:24 CST

Original text of this message

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