创建tablespace
create tablespace TABLESPACE datafile 'LOCATION' size 10M online;
创建USER
create user USER identified by PASSWORD default tablespace TABLESPACE;
授权USER
grant connect, resource, dba to USER;
创建tablespace
create tablespace TABLESPACE datafile 'LOCATION' size 10M online;
创建USER
create user USER identified by PASSWORD default tablespace TABLESPACE;
grant connect, resource, dba to USER;
1204
237

被折叠的 条评论
为什么被折叠?