Error Display DBMS_CRYPTO.ENCRYPt
Dear All
Iam use this procedure DBMS_CRYPTO.ENCRYPT(
src => UTL_I18N.STRING_TO_RAW(p_in_data,'AL32UTF8'),
typ => v_encryption_type,
key => v_key_bytes_raw,
iv => p_iv
);
and i have this problem
package body "DBMS_CRYPTO" has errors
ORA-06508: PL/SQL: could not find program unit being called: "DBMS_CRYPTO"
ORA-06512: at "ENCRYPTION", line 207
ORA-06512: at line 1