oracle 에서 쿼리 실행 시간 보기

/**
* 문서번호: nabiro_201108151420
* 검색어: nabiro, oracle, 오라클, 쿼리 실행 시간, query excution time
* 출처: 
* 참조:
**/

 쿼리 수행 시간 보기

set timing on

select table_name, constraint_name, constraint_type

from user_constraints

where table_name=’EMP3’;

댓글

Designed by JB FACTORY