강좌&TIP/Oracle2007/12/19 01:19
oracle$> sqlplus '/as sysdba'


SQL>show user
USER은 "SYS"입니다

SQL> create user userid identified by password default tablespace system;
사용자가 생성되었습니다.

SQL> grant connect, resource to userid;
권한이 부여되었습니다. ( 일반 적인 모든 기능 허용 )

SQL> conn userid/password
연결되었습니다.

여기까지 나오면 정상
크리에이티브 커먼즈 라이센스
Creative Commons License
블로그코리아에 블UP하기   믹시' 믹시
Posted by 금룡이

Trackback URL : http://myfeeling.info/trackback/89

Leave your greetings.

  1. 비밀방문자

    관리자만 볼 수 있는 댓글입니다.

    2010/07/15 22:20 [ Permalink : Modify/Delete : Reply ]