Oracle 事件日志位于何处?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/197033/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 01:33:37  来源:igfitidea点击:

where is the Oracle Event Log located?

oraclelogging

提问by icepanda

A fairly simple question here. Where is the location of my oracle event log (on a default Linux installation)?

这里有一个相当简单的问题。我的 oracle 事件日志的位置在哪里(在默认的 Linux 安装中)?

Many thanks in advance.

提前谢谢了。

回答by cagcowboy

select value from v$parameter where name = 'background_dump_dest'

回答by Andrew

Using @cagcowboy's answer, a default Oracle XEinstallation on Linux writes out to:

使用@cagcowboy 的回答,Linux 上的默认Oracle XE安装写出:

/usr/lib/oracle/xe/app/oracle/admin/XE/bdump

/usr/lib/oracle/xe/app/oracle/admin/XE/bdump