sysaux表空间的一些测试

   (一)数据库处于mount不能设置表空间sysaux脱机

         

SQL> startup mount
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.

Total System Global Area 1185927168 bytes
Fixed Size      2227744 bytes
Variable Size    603980256 bytes
Database Buffers   570425344 bytes
Redo Buffers      9293824 bytes
Database mounted.

 

 SQL> alter tablespace sysaux offline;
alter tablespace sysaux offline
*
ERROR at line 1:
ORA-01109: database not open   

 

      (二)数据库打开状态下能设置表空间脱机

               

      SQL> alter tablespace sysaux offline;

         Tablespace altered.

 

     (三)不能删除sysaux表空间

                   

SQL> drop tablespace sysaux including contents and datafiles;
drop tablespace sysaux including contents and datafiles
*
ERROR at line 1:
ORA-13501: Cannot drop SYSAUX tablespace

 

 

   (四)不能设置sysaux只读

          SQL> alter tablesapce SYSAUX read only;
alter tablesapce SYSAUX read only
      *
ERROR at line 1:
ORA-00940: invalid ALTER command

 

(五)sysaux表空间不能重命明

         SQL> alter tablespace sysaux rename to wangmin;
alter tablespace sysaux rename to wangmin
*
ERROR at line 1:
ORA-13502: Cannot rename SYSAUX tablespace

 

 

 

 

 

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值