users表空间进行了一个offline 以后,就无法正常online;报错如下:
SQL> alter tablespace users online;
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-00376: file 4 cannot be read at this time
ORA-01110: data file 4: '/rman/users.dbf'
ORA-06512: at line 999
ORA-00376: file 4 cannot be read at this time
ORA-01110: data file 4: '/rman/users.dbf'
数据文件处于online状态;
就是表空间无法online起来。
该如何解决?
对应的数据文件可以正常 offline 和online ,但是就是表空间无法online.
enabled 是disable status 是online,dba_datafiles表里面对应文件blocks为空
不知道为什么?