TNS « Oracle « JPA Q&A





1. Oracle OCI Driver, TNS Names/Onames    forum.hibernate.org

I am using the latest Hiberante with Oracle OCI 9i driver. If I have a TNS Names file configured with the database connection parameters, Hibernate works just fine. If I specify an Onames server in my sqlnet.ora however, the Onames server is not found when when Hibernate attempts to store an object. I verified that the machine can see the Onames ...

2. ORA-12519, TNS:no appropriate service handler found    forum.hibernate.org

Hi, Hibernate version:3.1 I get the following error when I run my code repeatedly. java.sql.SQLException: Listener refused the connection with the following error: ORA-12519, TNS:no appropriate service handler found Can anybody suggest why I am getting this error. The same thing I can run happily in Postgres database. Do we need to set any property through which oracle releases the connection ...