We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot install utPLSQL in the in Oracle Database 21c, because the package DBMS_OBFUSCATION_TOOLKIT is not available anymore.
DBMS_OBFUSCATION_TOOLKIT
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.
DBMS_CRYPTO
The text was updated successfully, but these errors were encountered:
PhilippSalvisberg
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: