"ORA-00904: "SUBTYPE": invalid identifier" Error Message is Thrown While Trying to Deploy a SOA/BPM Project
(Doc ID 1334624.1)
Last updated on FEBRUARY 18, 2020
Applies to:
Oracle Business Process Management Suite - Version 11.1.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
When trying to deploy a SOA/BPM project into your SOA environment you receive the following exception:
Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SUBTYPE": invalid identifier
Error Code: 904
Call: INSERT INTO BPM_CUBE_PROCESS (PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
bind => [51, null, null, null, Some_Project, 1, soa_3f6774fe-efd3-x-x-x, SomeProcess, SomeProcess, default, default/Some_Project!1.0*soa_3f6774fe-efd3-x-x-x, BPMN, 2011-06-06 19:04:57.34, null, 1.0, null]
Error Code: 904
Call: INSERT INTO BPM_CUBE_PROCESS (PROCESSID, ORGANIZATIONALUNITID, HASGLOBALCREATIONTASKS, TARGETNAMESPACE, COMPOSITENAME, STATUS, SCALABEL, PROCESSNAME, LABEL, DOMAINNAME, COMPOSITEDN, PROCESSTYPE, CREATIONDATE, SUBTYPE, REVISION, UNDEPLOYDATE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
bind => [51, null, null, null, Some_Project, 1, soa_3f6774fe-efd3-x-x-x, SomeProcess, SomeProcess, default, default/Some_Project!1.0*soa_3f6774fe-efd3-x-x-x, BPMN, 2011-06-06 19:04:57.34, null, 1.0, null]
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 |
Cause |
Solution |