Wrong data retrieval when using getString() instead of getClob() for clob columns
Description
Preconditions:
Database upgrading from 6.2 to 7.0
Some content recorded using a clob structure with a size >= 4000 bytes
RDBMS Oracle using a ojdbc7.jar driver library. Important: There may be other RDBMS in a similar issue.
Steps to reproduce:
Launch an upgrade process from 6.2 to 7.0 using Liferay upgrade client.
Expected behaviour:
Upgrade process ends without any errors.
Observed behaviour:
Some entities generate errors during upgrade because of data retrieval is truncated. Example:
Workaround: Oracle Support admits some bugs using getString(String) method under ojdbc7.jar driver library. Oracle Support recommends using ojdbc8.jar driver library with at least Oracle 12.2.0.1.0 JDBC 4.2 versioning.
Closing this issue as the team said it can't be fixed. The documentation has been updated ().
Sergio Alonso May 8, 2018 at 1:36 AM
Hello
Updating documentation about Oracle's recommendation could help us to have a reference. The ticket could be fixed later.
Kind regards, Sergio
Anita May 7, 2018 at 3:36 PM
Hello . Just checked with Shuyang and Albert. We can't fix it but maybe we can update documentation to suggest the Oracle recommendation: "Oracle Support recommends using ojdbc8.jar driver library with at least Oracle 12.2.0.1.0 JDBC 4.2 versioning." cc
Preconditions:
Database upgrading from 6.2 to 7.0
Some content recorded using a clob structure with a size >= 4000 bytes
RDBMS Oracle using a ojdbc7.jar driver library.
Important: There may be other RDBMS in a similar issue.
Steps to reproduce:
Launch an upgrade process from 6.2 to 7.0 using Liferay upgrade client.
Expected behaviour:
Upgrade process ends without any errors.
Observed behaviour:
Some entities generate errors during upgrade because of data retrieval is truncated.
Example:
Workaround:
Oracle Support admits some bugs using getString(String) method under ojdbc7.jar driver library.
Oracle Support recommends using ojdbc8.jar driver library with at least Oracle 12.2.0.1.0 JDBC 4.2 versioning.