Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

.trm files

809598Dec 21 2010 — edited Dec 21 2010
Could anyone explain briefly what a .trm file is used for, all I seem to be able to find that it is a trace map file, however the purpose and usage of it im struggeling to see.

Any help would be appriciated

Thanks

Comments

damorgan
The purpose is that you can send them to Oracle Support if they ask for them.
CKPT
is it ORACLE 11g?

Trace Files
Each server and background process can write to an associated trace file. Trace files are updated periodically over the life of the process and can contain information on the process environment, status, activities, and errors. In addition, when a process detects a critical error, it writes information about the error to its trace file. The SQL trace facility also creates trace files, which provide performance information on individual SQL statements. You can enable SQL tracing for a session or an instance.

Trace file names are platform-dependent. Typically, database background process trace file names contain the Oracle SID, the background process name, and the operating system process number, while server process trace file names contain the Oracle SID, the string "ora", and the operating system process number. The file extension is .trc. An example of a server process trace file name is orcl_ora_344.trc. Trace files are sometimes accompanied by corresponding trace map (.trm) files, which contain structural information about trace files and are used for searching and navigation.

SOURCE:-

http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/diag001.htm
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 18 2011
Added on Dec 21 2010
2 comments
1,498 views