randall2nd
Programmer
The short of it:
I need to take data from an Oracle 8i database and create an XML document on a Unix OS.
What is the best way (apps, language, process, etc...) to do this?
The long of it:
There is a debate about what the best way to get data from the Oracle 8.1.74 database into an XML format. Currently the process is prototyped using Pro C, C++, Xerces for C, but there is a suggestion to load the java libraries and Xerces for java into Oracle and use instead. The belief is that by keeping the processing IN Oracle it will be faster than passing the data IN and OUT of Oracle.
I have the scheme for the XML. Is there a way to utilize this in either Java or C++/Pro C?
I have to query about 8 diffrent tables to get all the data required. Once queried there is little or no computations/proccessing on the data, just "plug 'n play" so to speak.
For the inital release we are FORCED to use 8.1.74, no if ands or butts. However we are keeping in mind that we will be wanting to transition to Oracle 10g in the near future. So the solution is desired to take advantage of that move with minimal effort.
Need more info?
Has anyone done this type of thing before?
Any Ideas on whether it will be faster in Java than C++/Pro C?
Is there a faster way to do it?
Does whether the finished document is stored on the file system or in the database make a difference?
I am new to a lot of this, so please break out the crayons and do not hold back.
Randall2nd
Ignorance does not equal stupidity, do not treat it as such.
I need to take data from an Oracle 8i database and create an XML document on a Unix OS.
What is the best way (apps, language, process, etc...) to do this?
The long of it:
There is a debate about what the best way to get data from the Oracle 8.1.74 database into an XML format. Currently the process is prototyped using Pro C, C++, Xerces for C, but there is a suggestion to load the java libraries and Xerces for java into Oracle and use instead. The belief is that by keeping the processing IN Oracle it will be faster than passing the data IN and OUT of Oracle.
I have the scheme for the XML. Is there a way to utilize this in either Java or C++/Pro C?
I have to query about 8 diffrent tables to get all the data required. Once queried there is little or no computations/proccessing on the data, just "plug 'n play" so to speak.
For the inital release we are FORCED to use 8.1.74, no if ands or butts. However we are keeping in mind that we will be wanting to transition to Oracle 10g in the near future. So the solution is desired to take advantage of that move with minimal effort.
Need more info?
Has anyone done this type of thing before?
Any Ideas on whether it will be faster in Java than C++/Pro C?
Is there a faster way to do it?
Does whether the finished document is stored on the file system or in the database make a difference?
I am new to a lot of this, so please break out the crayons and do not hold back.
Randall2nd
Ignorance does not equal stupidity, do not treat it as such.