Chinaunix首页 | 论坛 | 博客
  • 博客访问: 454786
  • 博文数量: 97
  • 博客积分: 3396
  • 博客等级: 中校
  • 技术积分: 996
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-25 13:14
文章分类

全部博文(97)

文章存档

2014年(1)

2013年(2)

2012年(7)

2011年(13)

2010年(18)

2009年(7)

2007年(10)

2006年(39)

分类: Oracle

2012-12-28 10:26:42

SELECT version_script AS file_name FROM DUAL
*
ERROR at line 1:
ORA-20000: Upgrade re-run not supported from version
ORA-06512: at "SYS.VERSION_SCRIPT", line 45


Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP and Data Mining options


通过以下SQL更新到你要升级到的版本:
update registry$ set prv_version='10.2.0.4' where cid='CATPROC';
quit退出会话,再conn /as sysdba连接到数据库
再次运行, 不会报错

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