Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: JAVA Developer
Hi,
as Dennis pointed out it ends all in SQL Statements. I don't use
hibernate extensively but if I remember correctly you can enable the
loggin of the generated SQL which can help a lot in understanding what
is happening behind the scenes. So you can apply the "usual" advices
for tuning (10046 trace events, statspack, etc)
One key factor to consider is how the developer modelled their java
classes and how the persisted to hibernate; IIRC Hibernate can persist
and retrieve complex graph of objects with very a little effort for
the java developer (but sometimes with a very large effort for the
database).
Let me know if you nedd more info.
Giovanni
On 1/11/07, William Wagman <wjwagman_at_ucdavis.edu> wrote:
> Greetings,
>
.......... ..........
-- -------------------------------------------------------------------- Another free oracle resource profiler http://sourceforge.net/projects/oraresprof/ Now version 0.9 -- http://www.freelists.org/webpage/oracle-lReceived on Thu Jan 11 2007 - 02:00:15 CST
![]() |
![]() |