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!

Oracle Connection Issue

User_OCZ1TDec 24 2014 — edited Mar 5 2015

Hi I am using Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production. Its a three node RAC.

Recently we have migrated to new linux hardware from AIX and we started seeing intermittent ORA-12545 connection lost issue, that too from one specific application, but not from all applications. So we rerun the jobs, then it works fine. So need expert advice to fix this issue permanently.

ERROR DETAILS:

---------------

The connector could not establish connection to Oracle server PRODDB.

Method: OCIServerAttach, Error code: 12,545, Error message ORA-12545: Connect failed because target host or object does not exist.

DB server side tns entry:

PROD =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = prod-scan)(PORT = 1004))

    (CONNECT_DATA =

      (UR=A)

      (SERVER = DEDICATED)

      (SERVICE_NAME = service1)

    )

  )

App server/client side TNS entry:

PROD =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = prod-scan)(PORT = 1004))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = service1)

    )

  )

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2015
Added on Dec 24 2014
27 comments
13,223 views