Oracle 视图 DBA_ENABLED_TRACES 官方解释,作用,如何使用详细说明
本站中文解释
视图DBA_ENABLED_TRACES显示了注册在当前实例环境中的跟踪定义,它可以帮助检测多个活动结果之间的模式、及时采取措施解决可能出现的性能或可靠性问题等。
使用方法:
该视图可以使用管理员对和调整运行状况的数据库的跟踪作为一种技术,以及在Reorganize结果时改善追踪的状态。可以使用以下查询来检查是否存在允许的跟踪:
SELECT * FROM DBA_ENABLED_TRACES;
官方英文解释
DBA_ENABLED_TRACES
displays information about enabled SQL traces.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Type of the trace:
|
|
|
|
Primary qualifier (specific client identifier or service name) |
|
|
|
Secondary qualifier (specific module name) |
|
|
|
Additional qualifier (specific action name) |
|
|
|
Indicates whether waits are traced ( |
|
|
|
Indicates whether binds are traced ( |
|
|
|
Indicates whether cursor execution statistics are traced. Possible values include:
|
|
|
|
Instance name for tracing restricted to named instances |
See Also:
Oracle Database PL/SQL
Packages and Types Reference for more information about the DBMS_MONITOR
package