oracle - java.sql.SQLRecoverableException: Connection has been administratively disabled by console/admin command. Try later -


when our application tries connect oracle database, exception thrown:

java.sql.sqlrecoverableexception: connection has been administratively disabled console/admin command. try later. java.lang.exception: disabled @ tue oct 20 23:55:14 cest 2015 

but, weblogic console connection test returns ok. enter image description here

weblogic version: 12.1.3.0.0

any explanation welcome. thanks

is there other error before 1 ? maybe in log can find connection been closed.

you can avoid selecting "test on connection reserve" in datasource.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -