Oracle9iAS Discoverer Configuration Guide Version 9.0.2 Part Number A95458-02 |
|
This chapter explains why you might want to generate trace information and how to do it, and contains the following topics:
Occasionally, you might want to look at exactly what operations the Discoverer Server is performing. For example, your Web server might not be responding, or Discoverer SQL queries might not be returning data. In these scenarios, you might generate trace information and save it in a log file so that you can diagnose problems.
To generate trace information into a log file:
The name of this file depends on the operating system platform on which you are running the Discoverer Server, as follows:
To find out more about the location of these files, see Section A.2, "List of Discoverer file locations".
-logdir <directory> -loglevel <level>
where:
For example, before the change a file might contain the following line:
oadutil ... dis51ws.exe -a session -a MySession -a -preference -a MyPreference ...
After appending the logdir command, this might look like this:
oadutil ... dis51ws.exe -a session -a MySession -a -preference -a MyPreference -a -logdir -a C:\temp -a -loglevel -a 3 ...
Note: If you omit the logdir argument, the log file is created in the current directory.
|
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|