Home » RDBMS Server » Security » DBMS_OBFUSCATION_TOOLKIT Question
DBMS_OBFUSCATION_TOOLKIT Question [message #42741] Mon, 05 May 2003 09:57 Go to next message
Duane
Messages: 557
Registered: December 2002
Senior Member
Has anyone gotten the DBMS_OBFUSCATION_TOOLKIT to work? I keep getting "too many declarations of 'DESENCRYPT' match this call" when I try the example provided by Oracle.

Any pointers?
Re: DBMS_OBFUSCATION_TOOLKIT Question [message #42744 is a reply to message #42741] Mon, 05 May 2003 12:21 Go to previous message
Todd Barry
Messages: 4819
Registered: August 2001
Senior Member
You need to use named notation for the parameters with most, if not all, of the calls in this package. So:

s := dbms_obfuscation_toolkit.desencrypt(<b>input_string =></b> v_string, <b>key_string =></b> v_key);
Previous Topic: audit sys.aud$ doesn't work
Next Topic: Cannot GRANT WRITE ON DIRECTORY EXTRACT_DIR TO
Goto Forum:
  


Current Time: Tue Apr 16 16:16:57 CDT 2024