A trace file contains:
where:
processname | is a three- or four-character process name showing which Oracle7 process the trace file is from (for example, PMON, DBWR, ORA, or RECO) |
sid | is the instance system identifier |
unixpid | is the UNIX process ID number |
.trc | is a file name extension appended to all trace file names |
Note: If your system does not support filenames longer than 14 characters, the syntax of a trace file name is processname_unixpid.trc.
Trace file information is only required for specific problem analysis. Remove the files periodically to avoid excessive disk space usage.
The following three initialization parameters define the directories where trace files are sent:
BACKGROUND_DUMP_DEST | is the directory where dump files created by detached processes and alert files are sent. |
USER_DUMP_DEST | is the directory where dump files created by user processes are sent. |
CORE_DUMP_DEST | is the directory where dump files created by core dumps are sent. |