drop user RISENETZX cascade;
drop tablespace RISENETZXn including contents and datafiles;
create tablespace RISENETZXn datafile 'D:\oraDatafile\risenetzxn.dbf' size 100m autoextend on;
alter tablespace RISENETZXn add datafile 'D:\oraDatafile\risenetzxn_ream.dbf' size 100m autoextend on;
create user RISENETZX identified by "1" default tablespace RISENETZXn;
grant connect,resource,dba to RISENETZX;
grant create table to RISENETZX;
Oracle创建表空间、用户级授权
最新推荐文章于 2023-03-11 11:27:00 发布