error: wrong number or types of arguments
593979Aug 26 2009 — edited Aug 26 2009Getting the following error:-
wrong number or types of arguments in call to 'XMLTYPE'
with the following insert statement:-
INSERT INTO com_xml(name,content)
VALUES (V_FILENAME,XMLType(bfilename('EMAIL_ATTACH', 'JobInstructions.xml')));
Any ideas for a fix folks?