Computer/oracle
11g xe scott계정 푸는 법
CaD
2016. 5. 7. 12:25
conn system/[비밀번호]
@C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\scott.sql;
alter user scott identified by tiger;
conn scott/tiger;