Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR EXECUTE DBMS_CRYPTO_TOOLKIT

JoseIgnacioArribasJul 15 2011 — edited Jul 18 2011
Hello,

I installed Oracle Crypographic Toolkit. This package has procedures that i need like SignDetached and VerifyDetached.

the installation was successful and and no invalid packages

I have one certificate intall in oracle Wallet which i need to verify digitally signatures.

The oracle version is 10.2.0.1 and my problem is:

SQL> EXEC dbms_crypto_toolkit.Initialize;
BEGIN dbms_crypto_toolkit.Initialize; END;

*
ERROR en línea 1:
ORA-28817: La función PL/SQL ha devuelto un error.
ORA-06512: en "SYS.DBMS_CRYPTO_TOOLKIT_FFI", línea 6
ORA-06512: en "SYS.DBMS_CRYPTO_TOOLKIT", línea 43
ORA-06512: en línea 1

anyone knows the solution. I have searched everywhere and have not seen anything?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 15 2011
Added on Jul 15 2011
2 comments
604 views