Oracle DDL Query

anonymous·2021년 12월 14일
0

PDB 컨테이너 권한 허가

alter session set container=PDBDB ;
ALTER DATABASE OPEN;
create user test1 identified by test123;
grant connect, resource to test1;
ALTER USER test1 DEFAULT TABLESPACE USERS QUOTA UNLIMITED ON USERS;
profile
기술블로거입니다

0개의 댓글