hi,i am very new to database connections.i am creating direct database connection with oracle 11gr2 with arcmap 10.3.but it fails to connect database and show below error.

3278
19
Jump to solution
02-20-2016 12:02 PM
VaidhyPanday
New Contributor II

0 Kudos
19 Replies
AsrujitSengupta
Regular Contributor III

The connection string is incorrect.....you spelt your database name as 'MAYLAPPY' instead of MYLAPPY !

0 Kudos
VaidhyPanday
New Contributor II

sorry ,

i changed and checked but still getting same error

0 Kudos
AsrujitSengupta
Regular Contributor III

Can you just login from SQLPlus and post a screenshot of that. Don't post your passwords!

0 Kudos
VaidhyPanday
New Contributor II

0 Kudos
AsrujitSengupta
Regular Contributor III

I was talking about SQLPLUS in cmd, but anyways, ArcGIS Desktop being a 32-bit application needs a 32-bit Oracle Client. You mentioned that you have both the 64-bit and 32-bit Oracle Client installed....so this should not be an issue.

Just try these strings and check if it makes any diff:

  1. I.P_Address_of_your_lappy/MyLappy
  2. Server_name/MyLappy
0 Kudos
VaidhyPanday
New Contributor II

i tried all the combinations... servername/servicename

0 Kudos
AdrianWelsh
MVP Honored Contributor

I am not sure if this was addressed or not but have you installed the Oracle 11g client?

Oracle Database 11g Release 2 for Microsoft Windows (x64)

0 Kudos
VaidhyPanday
New Contributor II

yes.

i have installed 11gr2 release oracle client

0 Kudos
JamesGough1
Esri Contributor

ArcMap is a 32-bit application and you need to install the 32-bit version of Oracle client drivers like Oracle Instant client.

Then you need to add both the 64-bit and 32-bit oracle clients in your system path.  64-bit path first and followed by the 32-bit Oracle bin in the path.

You need to re-start ArcMap before attempting to connect so it can pick up the updated path variable.

I can work with you on this in a meeting.

You can contact me at jgough@esri.com.

Hope this helps.

Thank you,

  Jim Gough.

Thank You,
Jim Gough | Technical Lead Enterprise - Educational Services
Esri
VaidhyPanday
New Contributor II

Thnaks sir,

now i am able to connect database.

0 Kudos