server « Oracle « JPA Q&A





1. to upload file on oracle server directory using java and hibernate    stackoverflow.com

I need to upload a .pdf file on oracle server directory(not table) using java and hibernate. Any suggestions? Thanks.

2. Using Oracle and MS SQL Server simultaneously with Hibernate    forum.hibernate.org

Hello I am working on a web application where the server end of the application will be based upon Spring + Hibernate. For database, we have Oracle 11 and MS SQL Server 2008. In the application, some database tables are in Oracle while some are from SQL Server. How can I configure both databases in one hibernate.cfg file? Like for example ...

3. running hibernate as oracle server-side java code?    forum.hibernate.org

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 ...

4. Oracle Application Server Containers for J2EE    forum.hibernate.org

Hi I'm using Oracle Application Server Containers for J2EE to run my Hibernate application in. For this I've configured with help from Hibernate in Action and the reference manual a hibernate.cfg.xml as shown below. I'm also getting my session object from a HibernateUtil class which returns a session object created by the SessionFactory bound to JNDI. And it works! What I ...

5. Hibernate, Oracle and Sun Server - NullPointerException help    forum.hibernate.org

Hello, After resolving previous issues, I'm getting a new error while trying to perform an update via Hibernate (to Oracle db). I saw that there was a bug entry in Hibernate JIRA log (HHH-1365) for my problem, but maybe someone knows about a workaround or something: NullPointerException in AbstractEntityTuplizer.createProxy(AbstractEntityTuplizer.java:372) Queries work OK, but updates blow up. There are earlier errors in ...

6. Hibernate x Oracle Internet Application Server    forum.hibernate.org

7. Problem starting server with LONG Oracle type    forum.hibernate.org