ORA-00904:_"COM"."ORIGIN_CON_ID":_invalid identifier

Rob W.

Member
Hi,

On 'Query Data' on a table I get the message: ORA-00904:_"COM"."ORIGIN_CON_ID":_invalid identifier

Database version is: Oracle Database 12c Release 12.1.0.1.0 - 64bit Production

EurekaLog 7.7.0.0 8F75585610C3A94EA5569C84A3DD5738 DE9EA8EE1B99DC45BB30966763E04C40 DA39A3EE5E6B4B0D3255BFEF95601890AFD80709 C83121DFDA96544CBD10EF35B58DCE65

Application:
----------------------------------------------------------------
1.1 Start Date : Wed, 7 Nov 2018 09:15:59 +0100
1.2 Name/Description: plsqldev.exe - (PL/SQL Developer 64 bit)
1.3 Version Number : 13.0.0.1874
1.4 Parameters :
1.5 Compilation Date: Mon, 5 Nov 2018 12:07:50 +0100
1.6 Up Time : 21 second(s)

Exception:
--------------------------------------------------------------------------
2.1 Date : Wed, 7 Nov 2018 09:16:21 +0100
2.2 Address : 00000000009B8C06
2.3 Module Name : plsqldev.exe - (PL/SQL Developer 64 bit)
2.4 Module Version: 13.0.0.1874
2.5 Type : EOracleError
2.6 Message : ORA-00904:_"COM"."ORIGIN_CON_ID":_invalid identifier
.
2.7 ID : 2AFD820F
2.8 Count : 1
2.9 Status : New
2.10 Note :
2.11 Sent : 0

Regards, Rob
 
It seems that this might be an issue specifically with Oracle Server 12.1.0.1. We're looking into this.
 
I have the same problem when I drag a table from object tree into a program window to generate a select or insert statement.

Version 13.0.0.1874 Beta (32 bit)
Database 12c Release 12.1.0.1.0
 
Last edited:
All "ORA-00904: COM.ORIGIN_CON_ID: invalid identifier" issues on Oracle Server 12.1.0.1 are fixed for beta 5.
 
Back
Top