VALUE field in BPEL_MEX_PROPS table uses deprecated type in oracle ------------------------------------------------------------------
Key: ODE-916 URL: https://issues.apache.org/jira/browse/ODE-916 Project: ODE Issue Type: Bug Components: BPEL Runtime, Deployment Affects Versions: 1.3.4 Environment: Oracle Reporter: Katrina Robinson Priority: Minor BPEL_MEX_PROPS.VALUE is defined with the LONG data type. This data type has been deprecated by Oracle. Oracle recommends using LOB types instead. CLOB seems to work. The data type should be changed to CLOB. Customers using Ode are concerned about migrating to future versions of Oracle where the LONG type might not be supported and need this changed to something not deprecated (like CLOB). http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/datatype.htm#i3056 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira