TRACEOPTS
command line keywordTRACEOPTS
indicates the tracing information
that you want to be logged in the file specified by TRACEFILE
.
The executables that can use this keyword are:
rwbuilder |
yes |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
yes |
rwservlet |
yes |
rwconverter |
no |
TRACEOPTS={TRACE_ALL|TRACE_APP|TRACE_BRK|TRACE_DBG|TRACE_DST|TRACE_ERR|TRACE_EXC|TRACE_INF|TRACE_LOG|
TRACE_PLS|TRACE_PRF|TRACE_SQL|TRACE_STA|TRACE_TMS|TRACE_WRN}
Values |
Description |
|
Log all possible trace information in the trace file. |
|
Log trace information on all the report objects in the trace file. |
|
List breakpoints in the trace file. |
|
Adds debug information to the trace file. |
|
List distribution lists in the trace file.
You can use this information to determine which section was sent to which
destination. The trace file format is very similar to the |
|
List error messages and warnings in the trace file. |
TRACE_EXC |
List Reports Server exceptions. |
|
Dump any information not covered by the other options into the trace file. |
|
Duplicate log information in the trace file. If you have specified a log element, in addition to a trace element, in your server configuration file, this value will cause information that is sent to the log file to also be sent to the trace file. |
|
Log trace information on all the PL/SQL objects in the trace file. |
|
Log performance statistics in the trace file. |
|
Log trace information on all the SQL in the trace file. |
|
Add server and engine state information, such as initialize, ready, run, and shut-down to the trace file. |
|
Enter a timestamp for each entry in the trace file. |
|
Add server warning information to the trace file. |
See Usage notes under TRACEFILE
.
To use multiple options, list the options in parentheses. For example,
TRACE_OPTS=(TRACE_APP, TRACE_PRF)
means you want both TRACE_APP
and TRACE_PRF
applied.
rwrun report=test.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=test.pdf traceopts=trace_prf tracemode=trace_replace
http://myias.mycomp.com:7779/rwservlet?server=myrepserver+report=test.rdf+userid=scott/tiger@mydb+destype=file+desformat=pdf+desname=test.pdf+traceopts=trace_prf+tracemode=trace_replace
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserver+report=test.rdf+userid=scott/tiger@mydb+destype=file+desformat=pdf+desname=test.pdf+traceopts=trace_prf+tracemode=trace_replace
rwclient server=myrepserver report=test.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=test.pdf traceopts=trace_prf tracemode=trace_replace
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.