Oracle Database - Trace File

About

Trace File are trace (or dump) file that Oracle Database creates to help you diagnose and resolve operating problems.

Each server and background process writes to a trace file. When a process detects an internal error, it writes information about the error to its trace file.

Articles Related

Linux File Format

The file name format of a trace file is sid_processname_unixpid.trc, where:

  • sid is the instance system identifier
  • processname is a three or four-character abbreviated process name identifying the Oracle Database process that generated the file (for example: pmon, dbwr, ora, or reco)
  • unixpid is the operating system process ID number

The following is a sample trace file name:

$ORACLE_BASE/diag/rdbms/mydb/mydb/trace/test_lgwr_1237.trc

where ORACLE_BASE is the Oracle Base Directory

Configuration

MAX_DUMP_FILE

Set the MAX_DUMP_FILE initialization parameter to at least 5000, to ensure that the trace file is large enough to store error information.

Documentation / Reference

  • Bookmark "Oracle Database - Trace File" at del.icio.us
  • Bookmark "Oracle Database - Trace File" at Digg
  • Bookmark "Oracle Database - Trace File" at Ask
  • Bookmark "Oracle Database - Trace File" at Google
  • Bookmark "Oracle Database - Trace File" at StumbleUpon
  • Bookmark "Oracle Database - Trace File" at Technorati
  • Bookmark "Oracle Database - Trace File" at Live Bookmarks
  • Bookmark "Oracle Database - Trace File" at Yahoo! Myweb
  • Bookmark "Oracle Database - Trace File" at Facebook
  • Bookmark "Oracle Database - Trace File" at Yahoo! Bookmarks
  • Bookmark "Oracle Database - Trace File" at Twitter
  • Bookmark "Oracle Database - Trace File" at myAOL
 
database/oracle/trace_file.txt · Last modified: 2011/03/29 13:12 by gerardnico