Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle and Java. Does Oracle know something some of us don't?

Re: Oracle and Java. Does Oracle know something some of us don't?

From: rajXesh <member11038_at_dbforums.com>
Date: Tue, 07 Jan 2003 19:05:00 +0000
Message-ID: <2357791.1041966300@dbforums.com>

Originally posted by Dmz17
> > There is not a chance that Oracle would put its future success
> or failure into the hands of someone
> > else's Board of Directors. There are no numbers small enough to
> express the chance of that happening.
> >
> > Daniel Morgan
>
> I disagree. Oracle knows that PL/SQL is proprietary as hell.
> Supporting
> Sun's Java (oxymoron, I know) makes Oracle smell like a rose.
>
> If I had my way, nobody would use PL/SQL because they would not be
> portable.
>
> Funny, portability is what Oracle has preached for years.
>
> To Microsoft, portability means it runs on all versions of Windows. To
> Oracle it means it runs on/in every Oracle Database.
>
> Cheers,
>
> dmz17

Why would you want the stored procedures to be portable? The architecture, locking mechanisms, etc of the various databases are different. If you ever tried to write portable stored procedures ( even in Java), say something that works on Oracle and SQL Server, you'd have something that is very slow. And for what - so that IF someone in the future MAY decide to change databases, we wont need to recode the stored procedures.

--
All you need in this life is ignorance and confidence, and then success is sure. -- Mark Twain (1835 - 1910)


Posted via http://dbforums.com
Received on Tue Jan 07 2003 - 13:05:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US