我正在使用Oracle12c标准版12.2.0.1.0。一切都很完美。但是,当我检查警报日志文件时,我看到了以下几次消息。
An internal routine has requested a dump of selected redo.
This usually happens following a specific internal error, when
analysis of the redo logs will help Oracle Support with the
diagnosis.
It is recommended that you retain all the redo logs generated (by
all the instances) during the past 12 hours, in case additional
redo dumps are required to help with the diagnosis.对此有什么想法吗?我不明白上面写着什么,有人能帮帮我吗?
对于@MichaelKutz的评论,我可以确认警报日志文件中的条目之前或之后没有发生ORA-nnn错误。
发布于 2018-09-13 07:39:37
内部例程请求将所选重做消息转储到警报日志(Doc.2295361.1)中.
..。如果没有此信息,则可以忽略与重做日志相关的消息。请注意,目前还没有办法通过设置任何事件来禁用消息,因为在某些情况下,如果发生了错误,这些信息消息是有用的。..。
https://dba.stackexchange.com/questions/216663
复制相似问题