KARAF / karaf star
01-01
Open
#40 오라클 사용자 만들기 star
01-01 Open
Tasks
sqlplus / as sysdba
alter session set "_ORACLE_SCRIPT"=true;

create user scott identified by tiger;
grant connect, resource to scott;
grant create view to scott;
grant create session to scott;
grant create synonym to scott;
grant create session, resource to scott;

alter user scott account unlock;
alter user scott default tablespace users quota unlimited on users;
Issue Sharer
Comment 0

Add a comment
New subtask
Assignee
No assignee
Due date
No due date
Label
oracle
Comment 0