Total System Global Area 6714322944 bytes
Fixed Size 2226056 bytes
Variable Size 5066721400 bytes
Database Buffers 1627389952 bytes
Redo Buffers 17985536 bytes
Database mounted.
ORA-01147: SYSTEM tablespace file 25 is offline
ORA-01110: data file 25: '/u01/oradata/wilson/system03.dbf'
无法把offline改为online::
SQL> alter database datafile 25 online;
alter database datafile 25 online
*
ERROR at line 1:
ORA-01157: cannot identify/lock data file 25 - see DBWR trace file
ORA-01110: data file 25: '/u01/oradata/wilson/system03.dbf'
这个是system表空间,网上说的删除表空间的办法也不可行啊
但是startup还是提示
ORA-01147: SYSTEM tablespace file 25 is offline
ORA-01110: data file 25: '/u01/oradata/wilson/system03.dbf'
offline可以改成onlinele ,但是startup还是不行
ORA-01157: cannot identify/lock data file 26 - see DBWR trace file
ORA-01110: data file 26: '/u01/oradata/wilson/p2spr2.dbf'