Database Administration (MOSC)

MOSC Banner

Missing standard CREATE_KEYSTORE procedure from DBMS_CRYPTO Package

edited Apr 29, 2024 1:47PM in Database Administration (MOSC) 2 commentsAnswered

Does this procedure CREATE_KEYSTORE come pre-installed or it has to be manually installed? How do we get it installed?

SQL> SELECT OBJECT_NAME, PROCEDURE_NAME FROM ALL_PROCEDURES WHERE OBJECT_NAME = 'DBMS_CRYPTO' AND PROCEDURE_NAME = 'CREATE_KEYSTORE'; 2 3 no rows selected SQL>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center