ORA-00904: "AD_ZD_ADOP"."GET_NODE_TYPE": invalid identifier
(Doc ID 2079481.1)
Last updated on SEPTEMBER 05, 2024
Applies to:
Oracle E-Business Suite Technology Stack - Version 12.2.4 and laterInformation in this document applies to any platform.
Symptoms
On : 12.2.4 version, Autoconfig Engine
When attempting to apply the patch 21351238: 1OFF:- NEED GENERIC API TO GET ALL MASTER NODES - the following error occurs.
ERROR
-----------------------
Error:
SQL> SQL> Connected.
SQL> SELECT ad_zd_adop.get_node_type('<Node name>') FROM DUAL
*
ERROR at line 1:
ORA-00904: "AD_ZD_ADOP"."GET_NODE_TYPE": invalid identifier
-----------------------
Error:
SQL> SQL> Connected.
SQL> SELECT ad_zd_adop.get_node_type('<Node name>') FROM DUAL
*
ERROR at line 1:
ORA-00904: "AD_ZD_ADOP"."GET_NODE_TYPE": invalid identifier
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Autoconfig execution fails
2. Patch 21351238 is applied which is supposed to fix Autoconfig issue
3. Patch 21351238 fails to be applied with error ORA-00904: "AD_ZD_ADOP"."GET_NODE_TYPE": invalid identifier
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |