SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR
at line 1:
ORA-01092: ORACLE instance terminated. Disconnection
forced
Fri Apr 30 22:20:00 2010
MTTR advisory is disabled
because FAST_START_MTTR_TARGET is not set
Fri Apr 30 22:20:00 2010
ARC0:
Becoming the 'no FAL' ARCH
ARC0: Becoming the 'no SRL' ARCH
Fri
Apr 30 22:20:00 2010
ARC1: Becoming the heartbeat ARCH
Fri Apr 30
22:20:00 2010
SMON: enabling cache recovery
Fri Apr 30 22:20:00
2010
db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
user-specified
limit on the amount of space that will be used by this
database for
recovery-related files, and does not reflect the amount of
space
available in the underlying filesystem or ASM diskgroup.
Fri Apr 30
22:20:00 2010
Errors in file
/opt/oracle/admin/TVMDB/udump/tvmdb_ora_28861.trc:
ORA-00704:
bootstrap process failure
ORA-39700:
database must be opened with UPGRADE option
Fri Apr 30
22:20:00 2010
Error 704 happened during db open, shutting down
database
USER: terminating instance due to error 704
Instance
terminated by USER, pid = 28861
ORA-1092 signalled during: ALTER
DATABASE OPEN...
错误原因:
升级了数据库后没有升级字典库
解决方案:
SQL>shutdown
immediate
SQL> startup migrate(迁移模式)
SQL>
@$ORACLE_HOME/rdbms/admin/catpatch.sql;
阅读(1365) | 评论(0) | 转发(0) |