代码改变世界

Nodes “-1” are listed in ADOP_VALID_NODES table but not in FND_NODES table

  abce  阅读(674)  评论(0编辑  收藏  举报

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

1
2
3
4
5
6
7
8
9
10
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:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$ sqlplus  apps/****@adgrants.sql APPS
 
SQL*Plus: Release 11.2.0.3.0 Production on Thu Dec 22 10:32:04 2016
 
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
 
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 – 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
 
Connected.
..
.
..
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.

  

 

编辑推荐:
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· .NET10 - 预览版1新功能体验(一)
点击右上角即可分享
微信分享提示