mount状态调整空间数据文件位置和名称
Posted xingxingdiandian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mount状态调整空间数据文件位置和名称相关的知识,希望对你有一定的参考价值。
SQL> create tablespace eh datafile ‘/home/oracle/eh.dbf‘size 10m autoextend on;
SQL> shutdown immediate
SQL> !
[[email protected] ~]$ mv eh.dbf /u01/app/oracle/oradata/VDEDU/eh.dbf
[[email protected] ~]$ sqlplus / as sysdba
SQL> startup mount
SQL> alter database open;
以上是关于mount状态调整空间数据文件位置和名称的主要内容,如果未能解决你的问题,请参考以下文章