【翻译自mos文章】当指定asm disk 为FRA时,11.2.0.3的dbua hang住

【翻译自mos文章】当指定asm disk 为FRA时,11.2.0.3的dbua hang住

大家好,又见面了,我是全栈君。

当指定asm disk 为FRA时。11.2.0.3的dbua hang住

来源于:
11.2.0.3 DBUA Hangs While Specifying ASM Disk To FRA (文档 ID 1427179.1)

适用于:
Oracle Database Upgrade Assistant – Version 10.2.0.1 and later
Oracle Server – Standard Edition – Version 10.2.0.1 and later
Oracle Server – Enterprise Edition – Version 10.2.0.1 and later
Information in this document applies to any platform.

症状:
DBUA hangs if ASM disk is specified to FRA (Fast Recovery Area).

DBUA trace.log shows the following errors:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

at oracle.sysman.assistants.util.InstallUtils.compareVersion(InstallUtils.java:266)---注意此行

at oracle.sysman.assistants.util.asm.ASMUtils.validateDiskGroup(ASMUtils.java:1154)

at oracle.sysman.assistants.dbma.backend.CloneValidator.isDiskGroupCompatible(CloneValidator.java:654)

at oracle.sysman.assistants.dbma.backend.CloneValidator.isRecoveryAreaValidated(CloneValidator.java:431)

at oracle.sysman.assistants.dbma.ui.OracleBasePage.doNext(OracleBasePage.java:956)

原因:
While moving FRA to ASM disk, as a part of validation, DBUA compares disk group and RDBMS compatibilty. The validation fails with null pointer exception because the compatible parameter was not set in the pfile (or spfile) of the source database.

解决方式:
Set the compatible parameter in the pfile of the source database as shown below and rerun DBUA.

compatible=x.x.0.0

where x.x.0.0 is the value of the compatible parameter set in the source database.

For example, if the source database is 10.2.0.5 then it could be set as:

compatible=10.2.0

or

compatible=10.2.0.5

 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/116116.html原文链接:https://javaforall.net

(0)
上一篇 2022年1月25日 下午8:00
下一篇 2022年1月25日 下午9:00


相关推荐

  • redis+springboot_redis部署

    redis+springboot_redis部署目录1、搭建环境2、测试Redis3、StringRedisTemplate3.1、介绍3.2、StringRedisTemplate常用操作3.3、StringRedisTemplate的使用4、RedisTemplate4.1、介绍4.2、RedisTemplate常用操作4.3、RedisTemplate的使用SpringBootData(数据)Redis中提供了RedisTemplate和StringRedisTemplate,其中StringRedisTemplate是RedisTem.

    2026年2月18日
    4
  • UDP Flood攻击「建议收藏」

    UDP Flood攻击「建议收藏」本文转载自华为企业互动社区大家好,强叔又来了!上一期,强叔给大家介绍了SYNFlood的攻击和防御,本期强叔将带领大家一起来学习一下另一种常见的流量型攻击:UDPFlood。讲UDPFlood之前,强叔还是先从UDP协议讲起。在讲SYNFlood的时候,我们知道了TCP协议是一种面向连接的传输协议。但是UDP协议与TCP协议不同,UDP是一个无连接协议。使用UDP协议传输数据之前…

    2022年10月2日
    4
  • ServletContextListener 详解

    ServletContextListener 详解1 首先来看一看源码该类的源码 publicinterf Receivesnoti processissta

    2026年3月19日
    3
  • webpack中设置jquery为全局对象 第二个是过滤包添加cdn

    webpack中设置jquery为全局对象 第二个是过滤包添加cdn

    2021年7月6日
    101
  • pycharm安装Translation翻译插件

    pycharm安装Translation翻译插件打开 pycharmfile gt settings gt plugins gt marketplace gt 搜索 Translation 设置翻译工具的唤醒快捷键打开 pycharmfile gt settings gt Keymap gt 搜索 Translation 可以选择翻译的工具打开 pycharmfile gt settings gt tools gt Translation 进入 pycharm 按快捷键呼出翻译界面 输入内容 按回车键

    2026年3月27日
    3
  • zynq双核运行设计_zynq udp

    zynq双核运行设计_zynq udp前面文章讲解了《zynq高速存储方案》,那种方案是针对单个pciehost设计的方案,当项目需求记录速度很高,并且没有国产化要求时,可以考虑使用ZynqUltraScale+系列的ZU11EG芯片,该芯片成本低,且支持4个PCIe硬核,可以将该4个pcie都配置成host模式,在每个host下挂载pcie3.0x4的SSD固态硬盘,这样每个pciehost能够跑的速率就是ssd盘能够支持的最大速率,如果选择三星的SSD盘,那么PCIe3.0x4读写速率能够到3GB/s,那么4个…

    2026年4月16日
    4

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号