Oracle/Oracle
오라클 클라이언트 sysdba접속 및 계정 생성 방법
longer
2018. 2. 3. 22:28
C:\Users\Zzinee>sqlplus "/as sysdba"
SQL*Plus: Release 11.2.0.1.0 Production on 토 2월 3 22:23:27 2018
Copyright (c) 1982, 2010, Oracle. All rights reserved.
다음에 접속됨:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> create user longkim identified by longkim;
사용자가 생성되었습니다.
SQL> grant all privileges to longkim;
권한이 부여되었습니다.