After opening up a ticket with a 3rd party vendor to find out what SQL
they use behind the scenes, they advised and gave me instructions on
running an Oracle trace.
Basically, they told me to set TRACE_LEVEL_CLI ENT to USER and to set the
TRACE_DIRECTORY _CLIENT and TRACE_FILE_CLIE NT parameters. I did, and the
trace file gets generated, but I don't see any actual SQL calls.
Am I missing anything else? Also, is there a good reference for running
Oracle traces?
Thanks.
P.S. I reran the trace setting the TRACE_LEVEL_CLI ENT to ADMIN, and that
generated more data, but no visible SQL.
they use behind the scenes, they advised and gave me instructions on
running an Oracle trace.
Basically, they told me to set TRACE_LEVEL_CLI ENT to USER and to set the
TRACE_DIRECTORY _CLIENT and TRACE_FILE_CLIE NT parameters. I did, and the
trace file gets generated, but I don't see any actual SQL calls.
Am I missing anything else? Also, is there a good reference for running
Oracle traces?
Thanks.
P.S. I reran the trace setting the TRACE_LEVEL_CLI ENT to ADMIN, and that
generated more data, but no visible SQL.
Comment