Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Universal database interface?
On Friday 15 April 2005 08:12, Jared Still wrote:
> I think this is somewhat different than the proposal in the article.
> When I read that it just screamed 'the database is a black box'.
Exactly. If done with PL/SQL, it is a completely different beast. And it can greatly reduce the to-fro between the app and the db.
> The use of an all encompassing database independent API reminds
> me of the recent Java thread on this list. SQL is generated with
> disregard to the platform. Often (no, usually) without bind variables.
It is virtually impossible to develop a true db-independent API using only Java and JDBC. Or rather: it is possible, but unusable.
> You should exploit the features of Oracle and quit trying to
> make your application platform independent. You paid for
> the features, you should use them.
How true!
-- Cheers Nuno Souto in sunny Sydney, Australia -- http://www.freelists.org/webpage/oracle-lReceived on Fri Apr 15 2005 - 10:32:50 CDT
![]() |
![]() |