본문 바로가기
ORACLE

trace file 덤프방법

by 더킹123 2022. 11. 7.
728x90

SQL>alter session set events 'immediate trace name buffers level 1';

SQL>@identify_trace_file

          SID    SERIAL# TRACE_FILE
          ---------- ---------- ------------------------------------------
          153      11975 /u01/app/oracle/admin/orcl/udump/orcl_ora_26878.trc

SQL>@external_table_create orcl_ora_26878.trc
SQL>select * f\rom system.TRACE_EXTERNAL;

728x90

'ORACLE' 카테고리의 다른 글

SQL의 파싱  (0) 2022.11.07
Transaction 작업순서  (0) 2022.11.07
block cleanout  (1) 2022.11.07
OWI란?  (0) 2022.11.07
DBWR, LGWR 가 내려쓰는경우  (0) 2022.11.07

댓글