暂无图片
返回数说广场
brucewoo
2024-01-06
If you set the enable_ddl_logging parameter to true, which of the following is true in Oracle Database 12c? DDL commands are logged in the log/ddl directory under ADR, in the log.xml file. DDL commands aren’t logged in the alert log. ENABLE_DDL_LOGGING参数默认是false状态,最佳实践建议开启 11g开启后,DDL操作会输出到alter日志,$ORACLE_BASE/diag/rdbms/xktest/xktest/trace/ 开启后,DDL操作也会输出到监听日志,$ORACLE_BASE/diag/rdbms/xktest/xktest/alert/log.xml 12c之后有单独的DDL日志文件,$ORACLE_BASE/diag/rdbms/xktest/xktest/log/ddl 12c之后有两个DDL日志包含相同的信息。 一个是XML文件,另一个是文本文件
0
暂无图片 0
105
分享

评论

热门数说