DB 튜닝 썸네일형 리스트형 OCP 교육 정리 - 오라클 튜닝 (2) *잠겨있는 사용자 계정 활성화 방법 (비밀번호 변경도 함께) sqlplus / as sysdba SQL> alter user hr identified by hr account unlock; SQL> alter user sh identified by sh account unlock; SQL> alter user scott identified by tiger account unlock; --dictionary select * from dictionary; select * from user_indexes; select * from user_tables; select * from jobs; * 실행계획 1. dbms_xplan.display 실행계획 PLAN SET explain plan set statemen.. 더보기 이전 1 다음