Skip to content

Add support for Oracle Database 21c #1111

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

Closed
PhilippSalvisberg opened this issue Dec 8, 2020 · 0 comments · Fixed by #1112
Closed

Add support for Oracle Database 21c #1111

PhilippSalvisberg opened this issue Dec 8, 2020 · 0 comments · Fixed by #1112
Assignees

Comments

@PhilippSalvisberg
Copy link
Member

Is your feature request related to a problem? Please describe.

I cannot install utPLSQL in the in Oracle Database 21c, because the package DBMS_OBFUSCATION_TOOLKIT is not available anymore.

Describe the solution you'd like

Use an alternative solution for DBMS_OBFUSCATION_TOOLKIT. This package was desupported in 10gR2 and is not installed anymore. See https://docs.oracle.com/en/database/oracle/oracle-database/21/arpls/release-changes.html#GUID-6607028A-4813-400B-8C7A-B2BAD892842B . DBMS_CRYPTO could be an alternative as described in the docs.

@PhilippSalvisberg PhilippSalvisberg changed the title Add supportfor Oracle Database 21c Add support for Oracle Database 21c Dec 8, 2020
@PhilippSalvisberg PhilippSalvisberg self-assigned this Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant