oracle表空间管理

1
create tablespace testspace   
datafile 'd:/OracleTest/test001.dbf' size 10m autoextend on next 5m maxsize unlimited   
extent management local ;  //创建表空间

alter tablespace testspace add datafile 'd:/OracleTest/test002.dbf' size 5m   
autoextend on next 3m maxsize 50m;  

alter tablespace testspace drop datafile 'd:/OracleTest/test002.dbf';

alter database datafile 'd:/OracleTest/test001.dbf' resize 10m; 

alter database datafile 'd:/OracleTest/test001.dbf' autoextend off;  

alter tablespace testspace read only;(只读)   
 
SQL> alter tablespace testspace read write;(读写)  


SQL> alter tablespace testspace offline;   
 
SQL> alter tablespace testspace online;  

(1)设置表空间脱机 alter tablespac testspace offline;   
 
(2)物理转移表空间文件;即把你的表空间物理文件转移到你想移动的路径   
 
(3)逻辑转移:alter tablespace testspace rename datafile 'd:/OracleTest/test001.dbf' to 'e:/test001.dbf';   
 
(4)设置表空间联机 alter tablespace testspace online;  

(1)不删文件 drop tablespace testspace;   
 
(2)删除文件 drop tablespace testspace including contents and datafiles;

(1)关闭数据库服务 shutdown   
 
(2)alter database datafile 'd:/test001.dbf' offline drop;   
 
(3)alter database open;   
 
(4)开启数据库服务 startup;  

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值