본문 바로가기

Oracle/Oracle

오라클 클라이언트 sysdba접속 및 계정 생성 방법

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;


권한이 부여되었습니다.



'Oracle > Oracle' 카테고리의 다른 글

SQLD 자격증 스터디  (1) 2015.01.18
오라클 계정해제  (0) 2014.07.13
Data Dictionary  (0) 2014.03.16
Oracle 7  (0) 2012.04.04
Oracle 6  (0) 2012.04.03