[Log4plsql] PLS-00307: too many declarations of 'TO_CHAR' matc
Brought to you by:
gmoulard
From: <log...@li...> - 2003-06-27 10:06:51
|
Yo, I had to modify the code in Plog ( line 219 ) original DBMS_PIPE.pack_message(TO_CHAR(TO_CHAR(pLDATE, 'DD month YYYY HH24:MI:SS')||':'||TO_CHAR(MOD(pLHSECS,100),'09'))); now DBMS_PIPE.pack_message(TO_CHAR(pLDATE, 'DD month YYYY HH24:MI:SS')||':'||TO_CHAR(MOD(pLHSECS,100),'09')); this solves error message : PLS-00307: too many declarations of 'TO_CHAR' match Regz, JP |