How may I check if datasource is up in Weblogic 10.3 menu. Is there a "ping" button link Glassfish ? in Monitoring->Testing menu there is no Server definition though there is a admin server in target defined,
In order to see a Server/State and Test Data Source action listed under Services -> Data Sources -> <your datasource> -> Monitoring (Tab) -> Testing (Tab)
, all of the following need to be true:
Environment -> Servers
and check that the targeted server(s) are RUNNING.Configuration -> Connection Pool -> (Advanced) "Test Connections On Reserve"
must be checked/trueTest Table Name
or an SQL statement e.g. SQL SELECT 1 FROM DUAL
.You should then see the targeted servers listed in the Monitoring/Testing tab.