ORA-06553: PLS-306: 'XMLCONCAT' related error
524053Mar 14 2007 — edited Mar 19 2007Hi,
Does anyone know what causes the error:
ORA-06553: PLS-306: wrong number or types of arguments in call to 'XMLCONCAT'?
The reason I ask is that I was told that it was an Oracle bug and to run - "drop public synonym xmlconcat;". This did take care of being able to use XMLCONCAT function, but wanted to make sure this doesn't happen again. I am depending on this function for a piece of code that will be used in our Production environment. The DB is at version 9.2.0.4 running on Sun Solaris 8.
Thanks for any help.
AJ