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

Home -> Community -> Mailing Lists -> Oracle-L -> logon trigger to start tracing

logon trigger to start tracing

From: Paul Baumgartel <treegarden_at_yahoo.com>
Date: Tue, 22 Jul 2003 15:55:41 -0700 (PDT)
Message-Id: <25988.338993@fatcity.com>


In an attempt to catch all SQL issued by a report, I created a logon trigger in the report's logon schema. (As SYS, I granted the user EXECUTE on DBMS_SESSION before creating the trigger.) As the schema owner, I am able to execute DBMS_SESSION.SET_SQL_TRACE interactively.

On logon, trace files are created, but they contain the following:

When SQL statements are executed in the session, no further trace information is added to the file.

Anyone know what's going on here?

TIA



Paul Baumgartel
Transcentive, Inc.
www.transcentive.com

Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software Received on Tue Jul 22 2003 - 17:55:41 CDT

Original text of this message

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