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

Home -> Community -> Mailing Lists -> Oracle-L -> Trace Analyzer and bind variables

Trace Analyzer and bind variables

From: Sweetser, Joe <JSweetser_at_icat.com>
Date: Wed, 10 Oct 2007 14:33:04 -0600
Message-ID: <E323160E08E560459CD05A883546C3CE0A8ABFC5@earthquake.ICAT.COM>


Hi all -

I can't seem to find the value of the bind variables in my trace analyzer output and I read here
(http://www.oracleutilities.com/Packages/trca.html) that they should be displayed. I created the following logon trigger for the user I am concerned with:

AFTER LOGON ON DATABASE
begin

 if user like 'SSSQ%' then
  execute immediate 'alter session set timed_statistics=true';
  execute immediate 'alter session set max_dump_file_size=unlimited';
  execute immediate 'alter session set events ''10046 trace name context
forever, level 8''';
 end if;
end;

Am I missing something obvious? The trace level?

Any/all ideas/suggestions much appreciated.

thanks,
-joe  

Confidentiality Note: This message contains information that may be confidential and/or privileged. If you are not the intended recipient, you should not use, copy, disclose, distribute or take any action based on this message. If you have received this message in error, please advise the sender immediately by reply email and delete this message. Although ICAT Managers, LLC scans e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses. Thank you.

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Oct 10 2007 - 15:33:04 CDT

Original text of this message

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