Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR=(CODE=305)(EMFI=1) - While connecting to RAC through JDBC

606404Jul 26 2008 — edited Jul 27 2008
Hi,

We are using JDBC connection to connect to Oracle 10g. We are able connect to database at times. but several times it give the below error -

java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(ERR=1153)(VSNNUM=169870080)(ERROR_STACK=(ERROR=(CODE=1153)(EMFI=4)(ARGS='(ADDRESS=(PROTOCOL=TCP)(HOST=racvip104.us.dnb.com)(PORT=1521))'))(ERROR=(CODE=305)(EMFI=1))))

Below is the connection string -
connectionString=jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = racip1)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = racip2)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = racip3)(PORT = 1521)) (LOAD_BALANCE = ON) (FAILOVER = ON)(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = prod_service)(FAILOVER_MODE = (TYPE = SELECT) (METHOD = BASIC))))

Could you please help me with this issue?

Thanks,
Raghu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2008
Added on Jul 26 2008
2 comments
4,263 views