重庆思庄Oracle、Redhat认证学习论坛
标题:
System表空间Extent Management从Dictionary managed改为Locally managed
[打印本页]
作者:
jiawang
时间:
2021-3-23 21:05
标题:
System表空间Extent Management从Dictionary managed改为Locally managed
最近将数据库从
8i
升级到
10G,8i
的一些
tablespace
是
Dictionary managed,
而
Locally managed
速度要快很多
,
用户
tablespace
很容易修改
,
用
Toad
就很方便的改了
.
唯独
System tablespace
无法用工具修改
,
只好手动修改
.
方法如下
:
SQL>shutdown immediate;
SQL>startup restrict;
SQL>alter tablespace sfis_ind read only;
……
将除了
system,sysaux,temp,undo tablespace
之外的
tablespace
都改为
read only
状态
.
SQL>alter tablespace sysaux offline ;
SQL>execute DBMS_SPACE_ADMIN.TABLESPACE_MIGRATE_TO_LOCAL('SYSTEM');
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2