Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Need suggestion on Hibernate+Oracle
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-lReceived on Sun Mar 13 2005 - 09:06:27 CST
![]() |
![]() |