Oracle 视图 DBA_ADVISOR_COMMANDS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图DBA_ADVISOR_COMMANDS用于显示所有的ADDM任务的指令信息,包括任务的开始时间,任务的状态,任务的报告权限。
使用此视图还可以查询指定ADDM任务的指令信息。
语法:
SELECT * FROM DBA_ADVISOR_COMMANDS WHERE ;
其中,指任务ID、任务名称、任务创建时间或任务状态等相关信息。
官方英文解释
DBA_ADVISOR_COMMANDS
displays information about the commands used by all advisors in the database for specifying recommendation actions.
In addition to the set of commands in the COMMAND
column of V$SESSION
, the following additional commands are defined:
-
RUN ADVISOR
-
CHECK EXECUTION PLAN
-
ALTER PARAMETER
-
ENABLE TRACE
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Identifier of the command |
|
|
|
Name of the command |