![]() |
Sign Up! | Tags | Domains | Searches | Options | Advanced Search |
ittoolbox.com » Comments on All ITtoolbox Blogs - May 16, 2008
Good Morning Lewis, Thank you for such a good example for getting started with dbms_xmlstore. I put it together successfully and got it working. Now on to using this! I too am in need of a way to 'shred' an xml document …
ittoolbox.com » Comments on All ITtoolbox Blogs - Mar 13, 2008
Hello sir... Can yu please send me the full text file including the sample application. I need it very urgent... if u can send me as early as possible, that will be so... helpfull for me. !***! Entry Link …
ittoolbox.com » Comments on All ITtoolbox Blogs - Mar 11, 2008
Hi Lewis, The xml parser is failing on the apostrophe reference entity ('). If I use a double quote reference entity (") it works. Any suggestions? Read on ... I have an xml file that contains an apostrophe …
ittoolbox.com » Comments on All ITtoolbox Blogs - Jan 3, 2008
Hi Lewisc, PLz can u provide the code of xml data should reterieve from database including with tags i have written the procedure but it giving error: CREATE OR REPLACE procedure xml2tab(p_doc IN varchar2) is …
ittoolbox.com » Comments on All ITtoolbox Blogs - Dec 14, 2007
i am using vb.net and oracle10g. i have created a table with 3 fields. 2 are of char type and the third one is xmltype. Now i have created an xml file from a dataset. when i try to insert this file into the table. I get …
ittoolbox.com » Comments on All ITtoolbox Blogs - Dec 9, 2007
Hi LewisC, I have a requirement from work to take an xml message from push to us by our business partner. Two questions regarding this: 1) can I use the oracle 10g application server http to allow the message to be …
ittoolbox.com » Comments on All ITtoolbox Blogs - Nov 23, 2007
Hi Lewis, Happy Thanks Giving day ! I am using oracle 10g release 1. I am extracting the xml tag value from xml file and store it in the releational table. The sample program you wrote in this forum was simplified my …
ittoolbox.com » Comments on All ITtoolbox Blogs - Nov 4, 2007
Hi, I am trying to use the DBMS_XMLSTORE example in Oracle doc. The insertXML and updateXML work fine. The deleteXML is not generating any error, but does not delete anything. The block source is: SQL> CREATE OR …
rssad.jp » Taggy - 新着記事 - news - Oct 6, 2007
コメントはありません。 powered by livedoor クリップコメント(0) カテゴリ:その他 …
ittoolbox.com » Comments on All ITtoolbox Blogs - Sep 21, 2007
Hi, I need to insert records from xml file to tables. I have used DBMS_XMLSTORE.insertXML for the same purpose. It works fine in normal cases but when the field value happens to be larger, it gives the error - …