This pull request addresses the issue where the current schema scraping query does not support Oracle 12c and previous versions. The update modifies the query to be compatible with these versions, ensuring that the plugin can properly connect and retrieve all the necessary database information from Oracle 12c and earlier.
Changes
Updated the schema scraping query to support Oracle 12c and previous versions.
Ensure to set the global variable db_ui_is_oracle_legacy in Vim (vim.g.db_ui_is_oracle_legacy = 1) to enable the compatibility fix.
Testing
Tested the changes on Oracle 12c and Oracle 11g databases.
Related Issues
Fixes issue #248
Additional Notes
Please review and test the changes to ensure compatibility with other database versions and configurations. Feedback and suggestions are welcome.
Description
This pull request addresses the issue where the current schema scraping query does not support Oracle 12c and previous versions. The update modifies the query to be compatible with these versions, ensuring that the plugin can properly connect and retrieve all the necessary database information from Oracle 12c and earlier.
Changes
Testing
Related Issues
Additional Notes
Please review and test the changes to ensure compatibility with other database versions and configurations. Feedback and suggestions are welcome.