OS환경 : Oracle Linux6.8(64bit)
DB 환경 : Oracle Database 11.2.0.4
에러 :
orcl@HR> set autot on
SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabled
SP2-0611: Error enabling STATISTICS report
해결 방법 :
아래 스크립트를 실행
SQL> @?/sqlplus/admin/plustrce.sql
권한을 해당 유저에게 할당
SQL> grant plustrace to hr;
Grant succeeded.
SQL> conn hr/hr
Connected.
SQL> set autotrace on
autotrace 실행이 성공
원인 : plustrace 권한이 해당 유저에게 없어서 나는 에러 메세지
참조 :