Joined: Sat Jan 10, 2004 8:02 am Posts: 15 Location: Munich, Germany
|
Has anybody successfully used hibernate in a oracle server-side application?
Since Oracle 8.1.5 you can deploy non-gui java code directly on the db server
to improve the performance of your business logic (by reducing the network overhead).
There are only some limitations on that code, so I am wondering if hibernate can be used for this.
The limitations of the server-side code are (as far as I know):
- no GUI (only business logic)
- forced to use one of two oracle jdbc driver (jdbc.oracle.thin or jdbc.oracle.oci8)
- the connection is implicit (no explicit init possible)
- the connection cannot be closed
- the conneciton must be to the db in which the code is running
Is this a problem for hibernate?
Thx,
Juergen
|
|