GeekArticles
ProgrammingPerforming XML Processing inside the Database
Author: feeds.feedburner.com |
Published: 22nd Apr 2008 |
Visited: 102 times |
Add CommentFiled in: ProgrammingPerforming XML Processing inside the Database
When building XML-enabled applications on top of Oracle, there are many advantages to performing the XML processing inside the database when compared to performing it on the client. The key advantages to perform XML processing inside the database are as...
Visit http://www.exforsys.com to read complete article
Read Article Sponsored Links
Related Articles
• Performing DML Operations on XML Schema Based XMLType Views Performing DML Operations on XML Schema-Based XMLType Views
Analyzing the underlying query of the empSch_v view discussed in the preceding section, you may note that each attribute of the EMP_T object used in the select list maps to a certain column of a single table, namely emps. What this means in ...
• Performing DML Operations on XML Schema Based XMLType Views Performing DML Operations on XML Schema-Based XMLType Views
Analyzing the underlying query of the empSch_v view discussed in the preceding section, you may note that each attribute of the EMP_T object used in the select list maps to a certain column of a single table, namely emps. What this means...
• How to load entire database into memory Hi Tom,
I have an Oracle Database 8.1.7.4 Standard Edition installed on a Windows 2000 Server.
My question is for curiosity more than need.
Let's assume that we have enough physical memory and that we can guarantee that the server will neve ...
• Automated Database Startup/Shutdown Tom,
I have two questions, please, under the category of automated shutdown/startup of the database (i.e. using 'dbstart' and 'dbshut' in association with /etc/rc.d/init.d/dbora server init file).
(1)
How do you automate changing database ini ...