Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | 5.4.1, 5.5.0 |
2018 Dec 13 01:01:01:000 GMT test Debug [/Channels/JMSLocalChannel/JMSDestination-1] - [jdbcstore] [inference] SaveTransaction SQLException. java.sql.BatchUpdateException: ORA-22275: invalid LOB locator specified at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10070) at oracle.jdbc.driver.OracleStatementWrapper.executeBatch(OracleStatementWrapper.java:213) at com.tibco.be.jdbcstore.impl.DBAdapter.modifyConceptsUnoptimized(SourceFile:1671)
ORA-22275: invalid LOB locator specified may happen when updating a CLOB property with null value.
To avoid the issue:
- After creation or modification to a concept, check the CLOB property, set CLOB property with " " or "empty" String in case the CLOB property is null
- Before using the CLOB property value, verify if value of CLOB property equals to " " or "empty" String which defined to indicate null.