重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2994|回复: 0
打印 上一主题 下一主题

【转】Oracle Upgrade Catupgrd.sql failed: with SELECT TO_NUMBER('MUST_BE_11_

[复制链接]
跳转到指定楼层
楼主
发表于 2014-2-11 16:39:19 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Error Description
During the oracle upgrade from Oracle 11.2.0.1 to 11.2.03(windows), the catupgrd.sql failed with following error.
SELECT TO_NUMBER('MUST_BE_11_2_0_3') FROM v$instance
                 *
ERROR at line 1:

ORA-01722: invalid number

Solution description:
Disclaimer: This would be the one of the reason which I faced during the upgrade.
As part of the upgrade you have to drop the Oracle database service (Eg: OracleServiceORCL) for the older/ source version of the database using the following commands.
NET STOP OracleServiceORCL – Stopping the service
ORADIM -DELETE -SID ORCL   - Dropping the service.

ORACLE_HOME=D:\app\product\11.2.0\dbhome_1

D:\>NET STOP OracleServiceORCL
The OracleServiceORCL service is stopping.................
The OracleServiceORCL service was stopped successfully.


D:\>
D:\>NET STOP OracleServiceORCL
The OracleServiceORCL service is stopping........
The OracleServiceORCL service was stopped successfully.


D:\>ORADIM -DELETE -SID ORCL
Instance deleted.

Make sure you have properly deleted the source version service.
Open up the services.msc from the cmd run prompt and verify it is deleted properly.

Before executing the catupgrd.sql you should start the new service for the target version database using the new ORACLE_HOME(11.2.0.3) ORADIM executables.
ORADIM -NEW -SID SID -SYSPWD PASSWORD -STARTMODE AUTO -PFILE %ORACLE_HOME%\DATABASE\INIT<SID>.ORA

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-5-15 02:21 , Processed in 0.084892 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表