emluy 개발 일기

SQL*PLUS - set autotrace on 오류 본문

웹 개발/Oracle

SQL*PLUS - set autotrace on 오류

yulme 2021. 3. 18. 15:20
SMALL

1. 상황

C:\Users\LG>sqlplus ace/me@localhost:1521/xepdb1

SQL>set autotrace on 

오류

SQL>exit

 

2. 해결방법

C:\Users\LG>sqlplus sys/oracle@localhost:1521/xepdb1 as sysdba

SQL>@?sqlplus/admin/plustrce.sql

SQL>exit

SQL>C:\Users\LG>sqlplus ace/me@localhost:1521/xepdb1

반응형
Comments