I have an oracle query generating a 3137 error, and the trace file contains the query. For example:
select x from y where z = :1
I think it would help to isolate the problem if I could determine the specific value of :1, however the 4.7M file doesn't seem to offer that information.
Is this information stored in the trc file?
This is oracle 11g running on redhat.