Hi, all

How do I call an overloaded function in Oracle (9i)?

I am trying:

SELECT DBMS_OBFUSCATION_TOOLKIT.DESGETKEY ( 'XXXX' ) FROM DUAL

and get a 'PL-307 too many declarations of 'DESGETKEY' match this call' error message.

There is a version that takes and returns a varchar and another one that takes and retuns a raw.

Thanks in advance.

MP