문서의 선택한 두 판 사이의 차이를 보여줍니다.
dbms:oracle:admin:oraclesqlplus:connect [2007/06/22 02:02] starlits 새로 만듬 |
dbms:oracle:admin:oraclesqlplus:connect [2007/06/23 19:44] (현재) starlits |
||
---|---|---|---|
줄 1: | 줄 1: | ||
- | ====== SQL*Plus를 이용한 접속방법 ====== | + | ====== SQL*Plus를 접속 ====== |
+ | |||
+ | ===== SQL*Plus 를 이용한 접속방법 ===== | ||
+ | - case 1< | ||
+ | $ sqlplus [Enter] | ||
+ | User ID : xxxxxx | ||
+ | password : xxxxxxxx | ||
+ | </ | ||
+ | - case 2< | ||
+ | sqlplus user_id [Enter] | ||
+ | password : xxxxxxxx | ||
+ | </ | ||
+ | - case 3 < | ||
+ | sqlplus user_id/ | ||
+ | </ | ||
+ | |||
+ | * case 3과 같은 방법으로 Login 하게 되면 사용자명과 암호가 노출되므로 case 1, 2 방법을 권장한다. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== SYS/SYSTEM 권한으로 접속하기 | ||
- 오라클 사용자는 권한별로 3가지(SYSDBA/ | - 오라클 사용자는 권한별로 3가지(SYSDBA/ | ||
줄 10: | 줄 31: | ||
oracle@oracle: | oracle@oracle: | ||
</ | </ | ||
- | - system계정(일반계정)으로 접근하기 | + | - system계정으로 접근하기 |
< | < | ||
oracle@oracle: | oracle@oracle: | ||
- | |||
- | oracle@oracle: | ||
</ | </ |