您的位置:首页 > 运维架构

ORA-32773: operation not supported for smallfile tablespace TOOLS

2014-11-12 09:48 976 查看
在扩展表空间的时候报错

QL> alter tablespace tools autoextend on next 1m;

alter tablespace tools autoextend on next 1m

*

ERROR at line 1:

ORA-32773: operation not supported for smallfile tablespace TOOLS

[oracle@ocm1 ~]$ oerr ora 32773

32773, 00000, "operation not supported for smallfile tablespace %s"

// *Cause: An attempt was made to perform an operation which is supported 

//         only for bigfile tablespaces, e.g. resize tablespace.

// *Action: Use the appropriate clause of the ALTER DATABASE DATAFILE 

//          command instead.

SQL> alter database datafile 7 autoextend on;  

Database altered.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: