Issues with BIH-IP LTM for Oracle Database:
1. created an Oracle health monitor
2. created nodes for each host (2 in this case [x.y.z.152, x.y.z.154] )
3. created an oracle pool with both the members in it
4. created a tcp profile for server & client
5. created a virtual server x.y.z.162 @ port 1521.
Using SQL Developer, if I test a connection to the virtual server 162 @ port 1521 and oracle_sid being set to primary;
it fails with the following message:
io exception - connection reset.
If I try using sqlplus, I get ORA-12545
sqlplus system@ODYSSEY_F5
SQL*Plus: Release 11.2.0.2.0 Production on Thu Aug 9 12:36:27 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Enter password:
ERROR:
ORA-12545: Connect failed because target host or object does not exist
I'm using instance switching irule.
Any pointers would be helpful.
thanks & regards,
NK