Problems with DBMS_OBFUSCATION_TOOLKIT

From: SM <smanduk_at_profidata.com.pl>
Date: Wed, 13 Feb 2002 13:11:59 +0100
Message-ID: <a4dl8u$fu$1_at_news.tpi.pl>



Hi,

[Quoted] Oracle8i (8.1.7 EE), HP-UX

[Quoted] [Quoted] We have problems with DBMS_OBFUSCATION_TOOLKIT.DESDECRYPT procedure. While trying to compile a PL/SQL code like this:

 PROCEDURE my_encrypt

    AS
    v_password VARCHAR2(20);

  v_key               VARCHAR2(7);
  v_des              VARCHAR2(300);

 BEGIN
          DBMS_OBFUSCATION_TOOLKIT.DESDECRYPT(v_password, v_key,  v_des);
[Quoted]  END my_encrypt;

we get the compilation error:
[Quoted]  PLS-00307 too many declarations of 'DESDECRYPT' match this call.

It seems that the number, types and order of parameters passed to the procedure are OK.

Any help please ?

Szymon Manduk Received on Wed Feb 13 2002 - 13:11:59 CET

Original text of this message