Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> logon trigger to start tracing
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
![]() |
![]() |