Why do I get this Oracle connections error? ORA-12519, TNS:no appropriate service handler found

前端 未结 1 1405
名媛妹妹
名媛妹妹 2021-01-22 17:35

I\'m building a JSF2 app with GlassFish, Hibernate, Spring (for transaction mgmt), and Oracle 11g.

After the application has been running for a while, the app fails to q

相关标签:
1条回答
  • 2021-01-22 18:30

    This is a problem on the Oracle server:

    http://ora-12519.ora-code.com/

    The listener could not find any available service handlers that are appropriate for the client connection.

    In other words, nothing to do with Hibernate, Java or Spring, although possibly an error in the JDBC URL.

    Talk to your DBA and find out what's going on.

    0 讨论(0)
提交回复
热议问题