Oracle's XML capabilities can be used from both *outside* the database (any version) or *inside* the database (only 8i and beyond).
Our XML SQL Utility is the same core code that provides SQL->XML and XML->Insert in both places. Have a look on http://technet.oracle.com/tech/xml and then post any questions you have to our XML technical discussion forum there. Thanks. _________________________________________________________ Steve Muench, Consulting Product Manager & XML Evangelist Business Components for Java Development Team http://technet.oracle.com/tech/java http://technet.oracle.com/tech/xml ----- Original Message ----- From: "Doshi, Nilesh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 26, 2000 3:57 PM Subject: RE: building new application | We are not using Ooracle 8i. So those features are not good for us. | Nilesh | | -----Original Message----- | From: Anupam Bagchi [mailto:[EMAIL PROTECTED] | Sent: Wednesday, January 26, 2000 12:34 PM | To: [EMAIL PROTECTED] | Subject: Re: building new application | | | My first reaction would be to say NO. Oracle is a smart database package | that knows how to read XML. They have nice features in 8i. Creating a flat | file from an XML is like going backward. A better solution would be to | investigate how you can read the XML directly into Oracle. IBM's DB2 | extender has this capability too. | | - Anupam | ================================================ | Anupam Bagchi | Advisory Software Engineer | XML Development Group, IBM Cupertino | Email: [EMAIL PROTECTED], [EMAIL PROTECTED] | Phone: 408-777-5842 | ================================================ | | ----- Original Message ----- | From: Doshi, Nilesh <[EMAIL PROTECTED]> | To: <[EMAIL PROTECTED]> | Sent: Wednesday, January 26, 2000 12:04 PM | Subject: building new application | | | > I was able to build samples files on solaris . | > Now, We are receiving a datafile from a vendor which is in a XML format | > based on DTD supplied by them. | > I want to remove all those XML tags and create a flat file with data | only. | > Use that flat file to upload data into Oracle. | > I'm new to XML so can somebody tell me how do i go about this ? | > Thx, | > Nilesh | > | > -----Original Message----- | > From: Rahul Jain [mailto:[EMAIL PROTECTED] | > Sent: Wednesday, January 26, 2000 11:43 AM | > To: [EMAIL PROTECTED] | > Subject: Re: Problem building samples | > | > | > > I download "Xerces-C-src_1_0_ 1 " and ran runConfigure like | > > runConfigure -psolaris -cgcc -xCC. Then I ran "make"to build samples. | > > | > | > Besides using gmake instead of 'make' do not mix gcc and CC. At best | > you may be able to compile the sources, but they won't link as the | > binary file formats are different. | > | > Use gcc and g++ and cc and CC. However, do note that there are no | > C files in Xerces-C and hence you did not notice any problems. | > | > rahul | > | > |
