Re: Problems with DBMS_OBFUSCATION_TOOLKIT

From: Ganesh Raja <ganesh_at_gtfs-gulf.com>
Date: Wed, 13 Feb 2002 18:17:51 +0400
Message-ID: <nbtk6u4scgeedr5d9nuo7464q24o2lvqop_at_4ax.com>


On Wed, 13 Feb 2002 13:11:59 +0100, "SM" <smanduk_at_profidata.com.pl> wrote:

>Hi,
>
>Oracle8i (8.1.7 EE), HP-UX
>
>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_string(v_password, v_key, v_des);
> END my_encrypt;
>
>we get the compilation error:
> 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
>
>
>
>

RTM HTH [Additions and Corrections Always Welcome.] Best Regards,
Ganesh R Received on Wed Feb 13 2002 - 15:17:51 CET

Original text of this message