-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Oracle DB Queries fail when columns include BLOB/CLOB datatype #1173
Comments
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. |
#1173: Implemented json serialization of oracle BLOB column type
This has been fixed and deployed in V2.6.3, so closing out this ticket. |
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
The text was updated successfully, but these errors were encountered: