DB 스키마 생성 명령어

박세현·2024년 9월 21일
0

DB

목록 보기
3/21
post-thumbnail

DB 스키마 생성

  • docker exec -it oracle-xe /bin/bash
  • sqlplus system/oracle
  • CREATE USER COUNSELING IDENTIFIED BY counseling;
  • GRANT CONNECT, RESOURCE TO COUNSELING;
  • ALTER USER COUNSELING QUOTA UNLIMITED ON USERS;
profile
귤귤

0개의 댓글