[Oracle SQL] - 세팅

하채린·2021년 6월 21일
0

Run SQL Command Line 실행

conn system/1234
(system(계정), system(비밀번호)에 연결)

@C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\scott.sql

show user -> user is scott;

conn system/1234

alter user scott identified by tiger;
(접속 유저 변경)

commit;
(commit;이란 명령어를 통해 반드시 저장)

conn scott/tiger

select * from tab;

exit


Run SQL Command Line 명령어, 접속방법 등 좀 더 구글링 해봐야겠다.

profile
developer d의 왼쪽 커서쯤 🏃‍♂️🏃‍♀️

0개의 댓글