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;
原文地址:https://www.cnblogs.com/xingxingdiandian/p/9167505.html
时间: 2024-11-14 13:17:15