Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error: wrong number or types of arguments

593979Aug 26 2009 — edited Aug 26 2009
Getting 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2009
Added on Aug 26 2009
11 comments
803 views