Frequently asked question

What server string is used when doing a Direct Connect to an Oracle database?

Last Published: April 25, 2020

Answer

For Direct Connect to work, it is necessary to install the Oracle client software on the local machine. The Oracle Client software installed on the local machine determines which string is used for the service.

The sde:oracle** string tells the sde client api the driver being looked for, not the database being connected to. In other words, an oracle9i driver connects to an 8i database and vice versa. The drivers differ in the version of Oracle with which they were built.

For Oracle8i client software on the local machine use:
sde:oracle

For Oracle9i and Oracle10g client software on the local machine with ArcSDE prior to 9.2 use:
sde:oracle9i

For Oracle10g client software on the local machine with ArcSDE 9.2 or later use:
sde:oracle10g

Article ID:000006032

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic