Hi,
As per documentation of Oracle Database 19c this function is available,
https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_CRYPTO.html
but when I try in the database it is not there even as a SYS user,
DBMS_CRYPTO.SIGN(
src IN RAW,
prv_key IN RAW,
pubkey_alg IN BINARY_INTEGER,
sign_alg IN BINARY_INTEGER)
RETURN RAW;
My version of database,
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
Please suggest if it is available in 19c or it is only in documents.
Thanks