728x90
반응형
Microsoft Windows [Version 10.0.19045.3570]
(c) Microsoft Corporation. All rights reserved.
C:\Users\guro-hi> sqlplus system/System1234
SQL*Plus: Release 11.2.0.1.0 Production on 목 10월 12 11:39:47 2023
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 boardms IDENTIFIED BY boardms;
사용자가 생성되었습니다.
SQL> GRANT CONNECT, RESOURCE TO boardms;
권한이 부여되었습니다.
SQL> GRANT ALTER SESSION TO boardms;
권한이 부여되었습니다.
SQL>
SQL> show user
USER은 "SYSTEM"입니다
SQL> conn boardms/boardms
연결되었습니다.
SQL>
SQL> show user
USER은 "BOARDMS"입니다
SQL>
SQL> select * from tab;
선택된 레코드가 없습니다.
SQL>
SQL> select count(*) from TB_com_user;
728x90
반응형
'☭DEVELOPER > #2 웹개발(자바기반 풀스택)' 카테고리의 다른 글
[BACKEND] SpringBoot 웹개발 DB 연동 테스트 (0) | 2023.10.12 |
---|---|
[BACKEND]SpringBoot 웹 개발 환경 구축 (1) | 2023.10.12 |
[BACKEND]ESHOP 게시판 프로그램 (0) | 2023.10.12 |
[BACKEND] Ajax 댓글 처리 (0) | 2023.10.05 |
[BACKEND]검색 후 글 목록으로 돌아가기 (1) | 2023.10.05 |