Dear All,
I try this command to upload a file (standard.xml) into table "book" the file is very large (>100MB).
insert into book values(1,'Complete Data', XMLType(bfilename('XMLDIR', 'standard.xml'), nls_charset_id('AL16UTF8')));
The problem is after I execute the query above, the XML file is not inserted 100% to the column. There is only a small chunk of the file loaded in the column while the rest is not.
Please help...
Thanks