Open placidic opened 1 month ago
It may also be worth providing the user an option between which Oracle driver to use, and supporting multiple Oracle drivers, as there is a known backwards compatibility issue with newer Oracle drivers on older stacks. I'd recommend 23ai, 21c and 19c if that approach were developed. For a single driver I would recommend 19c for compatibility.
Is there an existing issue for this?
Current Behavior
When querying a oracle DB which returns a CLOB/BLOB datatype, the parsing engine fails and an "Oops..." error message is displayed to the user.
log files include the following
Expected Behavior
Query should run and parse Successfully with CLOB/BLOB Datatypes
Steps to reproduce
Environment
Lowcoder Self Hosted 2.4.5
Additional Information
After looking at the source code here for the oracle plugin: oraclePlugin/pom.xml
It appears that it is running v11.2.0.4 of the ojdbc6.jar library. This is woefully out of date and later versions appear to have resolved this issue, such as discussed On this Thread
Latest Oracle drivers are located here