您好,登錄后才能下訂單哦!
創建臨時表空間:
create temporary tablespace mdm_temp
tempfile '/u01/app/oracle/tempspace/mdm_temp.dbf'
size 50m
autoextend on
next 50m maxsize 20480m
extent management local;
創建表空間:
create tablespace MDM
logging
datafile '/u01/app/oracle/tablespace/mdm.dbf'
size 50m
autoextend on
next 50m maxsize 20480m
extent management local;
創建用戶:
create user mdm identified by mdm_cbpm_root
default tablespace mdm
temporary tablespace mdm_temp;
給用戶授權:
grant connect,resource,dba to mdm;
刪除用戶
drop user mdm cascade;
刪除表空間
drop tablespace mdm including contents and datafiles;
查詢表空間名稱:
Select tablespace_name from dba_tablespaces;
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。