SQL> startup mount;
ORACLE instance started.
Total System Global Area 814227456 bytes
Fixed Size 2257640 bytes
Variable Size 528485656 bytes
Database Buffers 281018368 bytes
Redo Buffers 2465792 bytes
Database mounted.
SQL> alter tablespace system rename to system01;
alter tablespace system rename to system01
*
ERROR at line 1:
ORA-01109: database not open
SQL> alter database open;
Database altered.
SQL> alter tablespace system rename to system01;
alter tablespace system rename to system01
*
ERROR at line 1:
ORA-00712: cannot rename system tablespace
SQL>
system表空间不可改名
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
上一篇:ios开发 ad hoc
下一篇:mount状态下表空间情报试验
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Oracle System表空间满
.
python unity linux jvm mysql -
system表空间很大 system表空间满了怎么处理
SYSAUX表空间被称为系统辅助表空间,是10g版本开始推出的新功能,主要的目的是为SYSTEM表空间减负,Oracle对SYSTEM表空间的维护有一套独立的体系,对SYSTEM表空间操作会占用额外的CPU资源,而且效率低下,详见我之前发表的文章为什么不要把用户表存储到SYSTEM表空间。在10g版本,增加了SYSAUX辅助表空间,将EM、AWR等组件的表从SYSTEM表空间挪到了SYSAUX表空
system表空间很大 oracle 临时表空间满了 oracle 创建表空间 oracle 创建表空间 用户 授权 oracle 删除表空间