Trace file的命名规则和存放路径是什么

网友投稿 317 2023-12-13

Trace file的命名规则和存放路径是什么

Trace file的命名规则和存放路径是什么,针对这个问题,这篇文章详细介绍了相对应的分析和解答,希望可以帮助更多想解决这个问题的小伙伴找到更简单易行的方法

Trace file的命名规则和存放路径是什么

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.

跟踪文件名是平台相关的。通常,数据库后台进程跟踪文件名称包含Oracle SID、后台进程名称和操作系统进程编号,而服务器进程跟踪文件名包含Oracle SID、字符串“ora”和操作系统进程号。文件扩展名是.trc。服务器进程跟踪文件名的一个示例是orcl_ora_344.trc。跟踪文件有时会附带相应的跟踪映射(.trm)文件,其中包含有关跟踪文件的结构信息,并用于搜索和导航。

Trace file的存放路径

SQL> show parameter user_dump_dest

USER_DUMP_DEST specifies the pathname for a directory where the server will write debugging trace files on behalf of a user process.

--user_dump_dest参数指定的目录就是trace file的目录

To find the trace file for your current session:

SQL>SELECT VALUE FROM V$DIAG_INFO WHERE NAME = Default Trace File;

To find all trace files for the current instance:

SQL>SELECT VALUE FROM V$DIAG_INFO WHERE NAME = Diag Trace;

To determine the trace file for each Oracle Database process:

SQL>SELECT SPID,PROGRAM,TRACEFILE FROM V$PROCESS;

关于Trace file的命名规则和存放路径是什么问题的解答就分享到这里了,希望以上内容可以对大家有一定的帮助,如果你还有很多疑惑没有解开,可以关注行业资讯频道了解更多相关知识。

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:INTERVAL DAY TO SECOND数据类型是怎样的呢
下一篇:如何进行asmcmd的分析
相关文章

 发表评论

暂时没有评论,来抢沙发吧~