hint ksql oracle_Oracle所有诊断事件列表events

SYS@orclasm > oradebug setmypid

SYS@orclasm > oradebug eventdump system

SYS@orclasm > oradebug eventdump session

LHR@orclasm > ALTER SESSION SET EVENTS '10046 trace name context  forever,level 12';

Session altered.

LHR@orclasm > ALTER SESSION SET EVENTS '10053 trace name context forever, level 1';

Session altered.

LHR@orclasm > ALTER SESSION SET EVENTS '10710 trace name context forever, level 1';

Session altered.

LHR@orclasm > alter session set events '10510 trace name context forever,level 1';

Session altered.

LHR@orclasm > set serveroutput on size 1000000

LHR@orclasm > DECLARE

2    EVENT_LEVEL NUMBER;

3  BEGIN

4    FOR I IN 10000 .. 99999 LOOP

5      SYS.DBMS_SYSTEM.READ_EV(I, EVENT_LEVEL);

IF (EVENT_LEVEL > 0) THEN

7        DBMS_OUTPUT.PUT_LINE('Event ' || TO_CHAR(I) || ' set at level ' ||

8                             TO_CHAR(EVENT_LEVEL));

9      END IF;

10    END LOOP;

11  END;

12  /

Event 10510 set at level 1

Event 10710 set at level 1

PL/SQL procedure successfully completed.

LHR@orclasm >

LHR@orclasm > oradebug SETMYPID

ORA-01031: insufficient privileges

LHR@orclasm >

LHR@orclasm >

LHR@orclasm > conn / as  sysdba

Connected.

SYS@orclasm > oradebug SETMYPID

Statement processed.

SYS@orclasm > oradebug eventdump session

Statement processed.

SYS@orclasm > oradebug eventdump system

Statement processed.

SYS@orclasm > ALTER SESSION SET EVENTS '10046 trace name context  forever,level 12';

Session altered.

SYS@orclasm > oradebug eventdump session

sql_trace level=12

SYS@orclasm > oradebug eventdump system

Statement processed.

SYS@orclasm > ALTER SESSION SET EVENTS '10053 trace name context forever, level 1';

Session altered.

SYS@orclasm > oradebug eventdump session

trace [RDBMS.SQL_OPTIMIZER]

trace [RDBMS.SQL_Transform]

trace [RDBMS.SQL_MVRW]

trace [RDBMS.SQL_VMerge]

trace [RDBMS.SQL_Virtual]

trace [RDBMS.SQL_APA]

trace [RDBMS.SQL_Costing]

trace [RDBMS.SQL_Parallel_Optimization]

trace [RDBMS.SQL_Plan_Management]

sql_trace level=12

SYS@orclasm > oradebug eventdump system

Statement processed.

SYS@orclasm > ALTER SESSION SET EVENTS '10710 trace name context forever, level 1';

Session altered.

SYS@orclasm > oradebug eventdump session

10710 trace name context forever, level 1

trace [RDBMS.SQL_OPTIMIZER]

trace [RDBMS.SQL_Transform]

trace [RDBMS.SQL_MVRW]

trace [RDBMS.SQL_VMerge]

trace [RDBMS.SQL_Virtual]

trace [RDBMS.SQL_APA]

trace [RDBMS.SQL_Costing]

trace [RDBMS.SQL_Parallel_Optimization]

trace [RDBMS.SQL_Plan_Management]

sql_trace level=12

SYS@orclasm > oradebug eventdump system

Statement processed.

SYS@orclasm > alter system set events='1438 trace name errorstack forever,level 3';

System altered.

SYS@orclasm > oradebug eventdump session

1438 trace name errorstack forever,level 3

10710 trace name context forever, level 1

trace [RDBMS.SQL_OPTIMIZER]

trace [RDBMS.SQL_Transform]

trace [RDBMS.SQL_MVRW]

trace [RDBMS.SQL_VMerge]

trace [RDBMS.SQL_Virtual]

trace [RDBMS.SQL_APA]

trace [RDBMS.SQL_Costing]

trace [RDBMS.SQL_Parallel_Optimization]

trace [RDBMS.SQL_Plan_Management]

sql_trace level=12

SYS@orclasm >  oradebug eventdump system

1438 trace name errorstack forever,level 3

SYS@orclasm > alter system set events='1438 trace name errorstack off';

System altered.

SYS@orclasm >

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值