NOTE: Remember that connections to ArcSDE geodatabases in SQL Server Express are always direct connections to a named instance of SQL Server.
DBMS |
Connection string |
Notes |
DB2 (Linux/UNIX/Windows) |
sde:db2 |
|
DB2 for z/OS |
sde:db2zos |
|
Informix |
sde:informix |
|
Oracle9i using database authentication |
sde:oracle9i |
|
Oracle9i using operating system (OS) authentication
against a remote Oracle database |
sde:oracle9i:/;LOCAL=<SQL_Net_alias> |
<SQL_Net_alias> is the alias used by the Oracle client to connect to the database. |
Oracle9i using operating system authentication
against a local Oracle database |
sde:oracle9i:/;ORACLE_SID=<SQL_Net_alias> |
<SQL_Net_alias> is the alias used by the Oracle client to connect to the database. |
Oracle9i user's schema geodatabase |
sde:oracle9i:/:<schema_name> |
<schema_name> is the name of the schema that owns the geodatabase. |
Oracle 10g using database authentication |
sde:oracle10g |
|
Oracle 10g using operating system authentication against a remote Oracle database |
sde:oracle10g:/;LOCAL=<SQL_Net_alias> |
<SQL_Net_alias> is the alias used by the Oracle client to connect to the database. |
Oracle 10g using operating system authentication against a local Oracle database |
sde:oracle10g:/;ORACLE_SID=<SQL_Net_alias> |
<SQL_Net_alias> is the alias used by the Oracle client to connect to the database. |
Oracle 10g user's schema geodatabase |
sde:oracle10g:/:<schema_name> |
<schema_name> is the name of the schema that owns the geodatabase.
|
Oracle 11g using database authentication |
sde:oracle11g |
|
Oracle 11g using operating system authentication against a remote Oracle database |
sde:oracle11g:/;LOCAL=<SQL_Net_alias> |
<SQL_Net_alias> is the alias used by the Oracle client to connect to the database. |
Oracle 11g using operating system authentication against a local Oracle database |
sde:oracle11g:/;ORACLE_SID=<SQL_Net_alias> |
<SQL_Net_alias> is the alias used by the Oracle client to connect to the database. |
Oracle 11g user's schema geodatabase |
sde:oracle11g:/:<schema_name> |
<schema_name> is the name of the schema that owns the geodatabase.
|
PostgreSQL |
sde:postgresql:<server_name> |
<server_name> is the server on which the PostgreSQL database resides. |
SQL Server, default instance |
sde:sqlserver:<server_name>
|
<server_name> is the name of the server on which the SQL Server database resides. |
SQL Server, named instance |
sde:sqlserver:<server_name>\<instance_name> |
<server_name> is the name of the server on which the SQL Server database resides; <instance_name> is the name of the SQL Server instance. |