IT/OCP 자격증 (취득)
OCP 교육정리 - PLAN TABLE 생성
유니콩콩
2019. 12. 1. 00:31
===========================
PLAN_TABLE 생성
===========================
$ cd $ORACLE_HOME/rdbms/admin
$ sqlplus hr/hr @utlxplan.sql
===========================
autotrace 를 실행하기위한 권한 할당
===========================
$ sqlplus / as sysdba
grant SELECT_CATALOG_ROLE to hr;
grant SELECT ANY DICTIONARY to hr;