Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3255611
  • 博文数量: 815
  • 博客积分: 12898
  • 博客等级: 上将
  • 技术积分: 7883
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-25 09:57
文章分类

全部博文(815)

文章存档

2014年(1)

2011年(46)

2010年(192)

2009年(121)

2008年(70)

2007年(385)

分类: Oracle

2010-04-30 22:30:01

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;



阅读(1297) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~