sys@ORCL> alter session set tracefile_identifier='ctrl';
sys@ORCL> alter session set events 'immediate trace name controlf level 3';

Session altered.

sys@ORCL> oradebug setmypid;
Session altered.

sys@ORCL> oradebug dump controlf 3;
Statement processed.

sys@ORCL> oradebug tracefile_name;

이후 udump 디렉토리에서 확인

'Knowledge > Oracle' 카테고리의 다른 글

Oracle process and Files  (0) 2013.03.18
SQLplus에서 exit를 할 경우 rollback일까 commit일까?  (0) 2013.02.25
ROW_CHAIN 해결 비교  (0) 2013.02.18
Opatch 사용법  (0) 2012.12.27
Oracle 8, 8i, 9i 기능비교표  (0) 2012.12.21
Posted by neo-orcl
,