ORA-00904: "ITEM_1": Invalid Identifier AND ORA-02063 When Executing Query With DB Link
(Doc ID 2956370.1)
Last updated on JULY 22, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.0.0.0 and laterOracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
A SELECT statement with DB link and ANSI JOIN ended with the below error:
ORA-00904: "ITEM_1": invalid identifier
ORA-02063: preceding line from <Remote DB>
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
ORA-02063: preceding line from <Remote DB>
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
A simplified test case:
The query uses a database link to connect to 19c database and uses ANSI JOIN, the query ended with errors: ORA-00904 and ORA-02063
Changes
Upgrade the database to 19c
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 |