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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Need suggestion on Hibernate+Oracle

RE: Need suggestion on Hibernate+Oracle

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Sun, 13 Mar 2005 15:03:03 +0100
Message-ID: <2CF83791A616BB4DA203FFD13007824A02143FFA@MSXVS02.trivadis.com>


Hi Mladen

>And that is a recipe for disaster. I haven't seen a single attempt of=20
>writing a "database independent application" which wasn't a pure and=20
>unadulterated disaster.

The idea is not to write a "database independent application". In fact = Hibernate can generate database specific code by configuring a so-called = dialect. For Oracle you have two choices: 1) "generic" Oracle 2) Oracle = 9i/10g.

>OO structure which is not aware of gory implementation details
>usually becomes aware of them when the clients start suffering=20
>15-minute response times in an online application.
>Those shrewd solutions are usually built using JDBC and dynamic
>SQL, with utter disdain for bind variables.

As YOU wrote, "usually", but not always...

Cheers
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Mar 13 2005 - 09:06:27 CST

Original text of this message

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