首页 > 数据库 > Oracle > 正文

ORACLE在HP-UX下的系列问题处理(44)

2024-08-29 13:40:01
字体:
来源:转载
供稿:网友

  opcupgrade 不支持 Oracle 7.3.3;必须更改脚本
  问题描述
  
  我正在试着将 ITO 3.01 升级到 4.0
  但是在 Oracle上我失败了。当我执行opcupgrade 时它告诉我必须使用Oracle 7.2.3 或7.3.2. 但是我已经安装了 Oracle 7.3.3 。
  我应该怎么办?
  
  配置信息
  
  操作系统 - HP-UX
  版本 -10.20
  硬件系统 - HP 9000
  系列 -755
  
  解决方法
  
  当您试图通过ITO 4.0 和 Oracle 7.3.3 使用opcupgrade时
  在opcupgrade脚本中
  ORACLE_SUPP_REV="7.2.3 7.3.2"变量需要改为ORACLE_SUPP_REV="7.2.3 7.3.2 7.3.3"。一旦您修改了 opcupgrade脚本并改变$ORACLE_REV 为 7.3.3.您将不会再碰到这个问题.
  .........following with all English text ....opcupgrade does not support Oracle 7.3.3; must change script
  PRoblem Description
  
  I'm trying to upgrade from ITO 3.01 to 4.0, but it's failing on Oracle. When I do the opcupgrade, it tells me I must use Oracle 7.2.3 or 7.3.2. But I have Oracle 7.3.3 installed.
  What should I do?
  
  Configuration Info
  
  Operating System - HP-UX
  Version -10.20
  Hardware System - HP 9000
  Series -755
  
  Solution
  
  While trying to use opcupgrade with ITO 4.0 and Oracle 7.3.3, the
  ORACLE_SUPP_REV="7.2.3 7.3.2" variable needs to be changed to ORACLE_SUPP_REV="7.2.3 7.3.2 7.3.3" in the opcupgrade script.
  Once you modify the opcupgrade script and change $ORACLE_REV to reflect 7.3.3. you should no longer eXPerience this problem.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表