可使用如下语句查询11g告警日志存放路径:

--显示DIAGNOSTIC_DEST的位置

1.show parameter DIAGNOSTIC_DEST;                              --查询xml文件的目录

2.select value from v$diag_info where name='Diag Alert';   --查询文本文件的目录

3.select value from v$diag_info where name='Diag Trace';

4.show parameter background_dump_dest; 5.select value from v$parameter where name='background_dump_dest';

--查询警告日志文件路径 6.select value from v$diag_info where name='Diag Trace';

注:Oracle 11g的告警日志以两种格式存储:一种是xml格式,另一种是文本格式。

相关文章:

  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2021-10-06
  • 2021-05-19
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-01-29
  • 2022-12-23
  • 2021-08-29
相关资源
相似解决方案