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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Bind values missing from SQL trace

RE: Bind values missing from SQL trace

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Wed, 15 Aug 2007 13:20:21 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45071FE2C5@NT15.oneneck.corp>


Looks to me like the application is just sending in an empty string for the bind variable value. Do you have some evidence to the contrary?

Do other bind variable values show up as expected in the trace files?

Just curious - why use grep to locate the longest-running query - why not tkprof with sort=fchela?

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Rich Jesse

Using grep, I quickly locate the longest-running statement, but when I view the essential binds, I see this:

BINDS #18:
 bind 0:
   value=""

So where's the values for the two binds that I need?

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 15 2007 - 15:20:21 CDT

Original text of this message

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