-
Notifications
You must be signed in to change notification settings - Fork 60
Support Oracle Database 18.3.0 or higher #187
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
Comments
If you want you can use our solution for lightweight Oracle DB docker images. |
Many specs fail due to rsim#187
Thank you for the information. I have opened #188 to run CI against Oracle 18c XE database using GitHub Actions, which can validate if this issue is fixed. I'll ask your help when I need 19c or other versions. |
It is likely related to #183. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Let's keep it open. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Let's keep it open. |
Since our Oracle based product using ruby-plsql for auto-testing was upgraded to 19c our tests no longer work. I am familiar with the changes in the Oracle metadata catalogs from Oracle 18c on and will provide a pull request asap. |
Is anyone out there still using Oracle 10g and 11g ? I would like to drop support for these versions since there EOL has passed for quite a while now? |
Thanks for considering a pull request for this issue and proposal. For now, I prefer to keep older versions of Oracle Database as a maintainer. As far as I remember, technically this behavior change has been introduced in Oracle Database 18c. Thanks. |
Yes, the changed behaviour of data_level in all_arguments was introduced in 18c, but there are already some workarounds for 10g and 11g, since the metadata in all_arguments has changed several times.
It would be nice to clean up the code a bit. For now I keep the workarounds and will do a separate PR for cleanup. |
any updates on this? |
Many specs fail due to rsim#187
Many specs fail due to rsim#187
Closed via #196 |
Uh oh!
There was an error while loading. Please reload this page.
Summary
ruby-plsql CI has been running Oracle Database 11.2.0 XE. I'm going to run CI against newer versions of Oracle database and found many of ruby-plsql unit tests fail using Oracle Database 18.3.0.
Works fine
Many of unit tests fail
Actual results with Oracle Database 18.3.0 EE
The text was updated successfully, but these errors were encountered: