Forum Discussion
Matthew_64708
Nimbostratus
Feb 02, 2009Oracle Monitor Connection Issue
On our project we're having trouble configuring Oracle monitors on our F5 appliances. We are getting the following error in the F5 logs:
Recvd: 'jdbc:oracle:thin:@xxx.xxx.xxx.xxx::SID(Thread-2):
SQLException: Io exception: Connection refused
(DESCRIPTION=
(TMP=)
(VSNNUM=169870336)
(ERR=12505)
(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
We've checked the connectivity/connection string via SQLPLus from another box (GOOD). We also verified connectivity between the F5 and the Oracle server (GOOD). Googling on the web, we saw that it could be issues with out of date .jar files so we updated those to our latest version of Oracle (Oracle 10g R2 10.2.0.4) but that didn't do anything.
Thoughts about debugging and/or solving this issue would be appreciated.
- hoolio
Cirrostratus
Has this ever worked or is it the first time you're trying to configure the monitor? Can you run a tcpdump and compare the successful login from another client with the failure from LTM? - Shah_13931
Nimbostratus
I work with mtorrenzano. We have Oracle RAC 10g Release 2 cluster. The issue seem to be that of service_name vs SID. Via typical jdbc url, we can specify SID but not service_name. For that the url needs to be something like - jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = hostname1)(PORT = port)) (ADDRESS = (PROTOCOL = TCP)(HOST = hostname2)(PORT = port)) (LOAD_BALANCE = yes) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = service_name) ) )
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects