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 12c - Database connection from desktop

SANPATFeb 15 2019 — edited Feb 20 2019

Dear Friends

We configured Oracle on server and given the same name to DBA what i had given in my desktop as erp.

in the tnsnames.ora Configuration is done and created as erp1 and erp, erp is my local database oracle dba and erp1 is on server. I am able to ping the server with tnsping.

but i am unable to connect using sql or  sqldeveloper.

Can you please suggest how to resolve .

ERP =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = erp)(PORT = 1521))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = erp)

    )

  )

ERP1 =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.4.5)(PORT = 1521))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = erp)

    )

  )

Sanjay

This post has been answered by EdStevens on Feb 19 2019
Jump to Answer
Comments
Post Details
Added on Feb 15 2019
10 comments
273 views