博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Nodes “-1” are listed in ADOP_VALID_NODES table but not in FND_NODES table
阅读量:7043 次
发布时间:2019-06-28

本文共 1460 字,大约阅读时间需要 4 分钟。

While trying to apply patches to upgrade to 12.2.4, adop failed due to the below errors.

Validating system setup...    [ERROR]     Failed to execute SQL statement : select AD_ZD_ADOP.GET_INVALID_NODES() from dual    [ERROR]     Error Message :     [ERROR]     Failed to execute SQL statement : select AD_ZD_ADOP.GET_INVALID_NODES() from dual    [ERROR]     Error Message :     [UNEXPECTED]Nodes "-1" are listed in ADOP_VALID_NODES table but not in FND_NODES table.    [UNEXPECTED]To correct this, run AutoConfig on nodes "-1"    [UNEXPECTED]Error while checking if this is a multi node instance

  

MOS had a direct hit on this (1988581.1):  “Nodes “-1″ are listed in ADOP_VALID_NODES table but not in FND_NODES table.”, but it didn’t fix the issue.  In fact in accordance with this note I was fine.

 

FIX:

$ sqlplus  apps/****@adgrants.sql APPSSQL*Plus: Release 11.2.0.3.0 Production on Thu Dec 22 10:32:04 2016Copyright (c) 1982, 2011, Oracle.  All rights reserved.Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 – 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsConnected......End of Creating PL/SQL Package AD_ZD_SYS.Start of giving grants. This may take few minutes.PL/SQL procedure successfully completed.Start of PURGE DBA_RECYCLEBIN.PL/SQL procedure successfully completed.End of PURGE DBA_RECYCLEBIN.Commit complete.SQL> alter package apps.AD_ZD_ADOP compile body;Package body altered.

  

 

转载地址:http://alqal.baihongyu.com/

你可能感兴趣的文章
C# ThreadStart和ParameterizedThreadStart区别
查看>>
sqlserver 对多条数据分组
查看>>
C# 控制台程序如何输出Messagebox
查看>>
UGUI 的多分辨率适配
查看>>
史上最全: svn与git的对照(二):svn与git的相关概念
查看>>
第38周星期六小结
查看>>
一个用于整体移动文件夹的方法,简练实用
查看>>
中国将QFII总额度增至3000亿美元
查看>>
WWDC2016 Session笔记 - iOS 10 UICollectionView新特性
查看>>
[译] 在大型应用中使用 Redux 的五个技巧
查看>>
【译】你不知道的 Chrome 调试工具技巧 第二十一天:Snippets(代码块)
查看>>
css3媒体查询简介
查看>>
Dubbo超时控制源码分析
查看>>
iOS10下使用AutoLayout动画失效解决
查看>>
Dota 2被攻陷!OpenAI 人工智能5V5模式击败人类玩家(4000分水平)
查看>>
Android 性能优化(十二)之我为什么写性能优化
查看>>
软技能-代码之外的生存指南7(精神)
查看>>
Omi 树组件 omi-tree 编写指南
查看>>
Kubernetes 准入控制 Admission Controller 介绍
查看>>
Kotlin协程快速入门
查看>>