**导入数据库时由于电力问题和电脑关机导致我的oracle数据库错误**我的数据库版本10.2.0
ORA-01219: database not open: queries allowed on fixed tables/views only
我尝试在Stackoverflow找到可能的解决方案,但没有运气
这是我尝试使用SQLplus
SQL> shutdown immediate
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 603979776 bytes
Fixed Size 1250380 bytes
Variable Size 167775156 bytes
Database Buffers 427819008 bytes
Redo Buffers 7135232 bytes
Database mounted.
SQL> select open_mode from v$database;
OPEN_MODE
----------
MOUNTED
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-00322: log 3 of thread 1 is not current copy
ORA-00312: online log 3 thread 1:
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\NRAT\REDO03.LOG'
为什么会出现此错误,我该如何解决?请帮忙