Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Development Trends in Web and Oracle
Hexathioorthooxalate wrote:
>>And the purpose of my original example was ...? >>And my frequent references to i/o were ...? >>And my frequent references to extra bytes were ...?
But it has yet to dawn on you that middleware processes talking XML are also a gross waste of resources.
The solution is to use XML for those purposes for which it was designed. To transfer data between systems and applications. For any other purpose it is just using a nail because the only tool you understand is a hammer.
Reminds me of someone whose code I was reviewing that had just learned about native dynamic SQL. His code:
EXECUTE IMMEDIATE 'COMMIT WORK'; The syntax is valid. It certainly compiles and runs. But it is far from an optimum solution. So you can push XML uphill until your back breaks but many of us will just say no when we see it being used inappropriately.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Sun Mar 13 2005 - 17:39:30 CST