您好,登錄后才能下訂單哦!
create user mcc identified by manager; 這里注意密碼不要用單引號擴起來。
drop user mcc cascade ;直接刪掉用戶
create user mcc identified by manager default tablespace mcc01 temporary tablespace tmp;創建用戶并制定默認表空間。
create tablespace mcc01 datafile '/data/gps01.dbf' size 200M uniform size 128k;只創建表空間
alter user mcc default tablespace mcc01;更改用戶的表空間。
drop tablespace mcc01 including contents and datafiles;刪掉表空間
alter database datafile '/data/gps01.dbf' autoextend on;更改用戶表空間為自動擴展。
select * from dba_data_files where tablespace_name='mcc01';
alter tablespace MCC01 add datafile '/data/gps02.dbf' size 100M autoextend on next 5M maxsize 200M;
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。