![]() |
Sign Up! | Tags | Domains | Searches | Options | Advanced Search |
pythian.com » Pythian Group Blog - Jun 11, 2008
From my previous post on TXK rollup patch, you already know the significance of adctxinf.tmp file in $AD_TOP/admin/template directory. It has wealth of information about different XML tags in the Context XML file of an …
Also tagged: xml, oracle e business suite, oracle 11i e business suite, adctxinf tmp
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 …
msdn.com » Mark Arend - Nov 8, 2007
When writing XSL, it is often desirable to be able to see the raw XML that you're trying to transform. This is especially helpful when customizing XSL for web parts such as content query. The red text below show how to …
Also tagged: sharepoint
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 …