Oracle DB 12.2(12cR2)的一个新特性:硬解析失败的SQL语句(需要符合一定条件)打印到alert_sid.log中.

前端之家收集整理的这篇文章主要介绍了Oracle DB 12.2(12cR2)的一个新特性:硬解析失败的SQL语句(需要符合一定条件)打印到alert_sid.log中.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

转自:

How to Identify Hard Parse Failures (Doc ID 1353015.1)
Bug 16945190 - Diagnostic enhancement to dump parse failure information automatically (Doc ID 16945190.8)


This is a diagnostic enhancement that will give an early warning
in the alert log if there are excessive parse failures occuring,and will 
collection information about the failures.
 
The sampling interval for flagging recurring parse errors can be fine tuned with the 
hidden parameter "_kks_parse_error_warning".
By default the diagnostic will dump the parse error along with warning in alert log 
every 100 parse errors for a given sql within a 60 minutes period.
 
If there is already a known parse issue then one can use existing event 10035
to dump similar information.
原文链接:https://www.f2er.com/oracle/211647.html

猜你在找的Oracle相关文章