C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\scott.sql
@C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\scott.sql
위와 같이 입력해 계정을 활성화 시킵니다.
alter user scott identified by tiger;
저는 scott하면 국룰 비밀번호인 tiger로 지정했습니다.
conn scott/tiger
conn 계정명/비밀번호를 입력하여
Connected.라는 문구가 뜨면 말 그대로 연결에 성공한 것입니다.
show user;
show user를 통해 현재 어느 계정에 접속되어 있는지 최종 확인해보시길 바랍니다.
댓글 영역