码迷,mamicode.com
首页 > 其他好文 > 详细

open状态调整空间数据文件位置和名称

时间:2018-06-11 17:08:11      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:ffline   TE   extend   lte   datafile   文件   taf   online   ble   

SQL> create tablespace he datafile‘/home/oracle/he.dbf‘ size 10m autoextend on;
SQL> alter tablespace he offline normal;
SQL> !
[oracle@ly003 ~]$ mv he.dbf /u01/app/oracle/oradata/VDEDU/he.dbf
[oracle@ly003 ~]$ sqlplus / as sysdba
SQL> alter tablespace he rename datafile ‘/home/oracle/he.dbf‘to‘/u01/app/oracle/oradata/VDEDU/he.dbf‘;
SQL> alter tablespace he online;
SQL> alter tablespace he rename to her;

open状态调整空间数据文件位置和名称

标签:ffline   TE   extend   lte   datafile   文件   taf   online   ble   

原文地址:https://www.cnblogs.com/xingxingdiandian/p/9167501.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!