----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------
PostgreSQL client files are installed with ArcGIS Pro and ArcGIS Server;
you do not need to install a PostgreSQL client or set environment variables to access the client.
ArcGIS Documentation:
Connect to PostgreSQL from ArcGIS Server on Windows
Connect to PostgreSQL from ArcGIS Pro
ArcGIS Requirements for PostgreSQL
What PostgreSQL database versions are supported by ArcGIS Enterprise and ArcGIS Pro?
----------------------------------------------------------------------------------------------------------------
PostgreSQL client files are installed with ArcGIS Pro and ArcGIS Server;
you do not need to install a PostgreSQL client or set environment variables to access the client.
ArcGIS Documentation:
Connect to PostgreSQL from ArcGIS Server on Linux
Connect to PostgreSQL from ArcGIS Pro
ArcGIS Requirements for PostgreSQL
What PostgreSQL database versions are supported by ArcGIS Enterprise and ArcGIS Pro?
----------------------------------------------------------------------------------------------------------------
Microsoft ODBC Driver for SQL Server on Windows - ODBC Driver for SQL Server | Microsoft Learn
Note: ArcMap 10.8.2 does not work with ODBC 18 and for those machines must install only the ODBC 17
Read my white paper - How to Install the SQL Server Client for ArcGIS?
ArcGIS Documentation:
Connect to Microsoft SQL Server from ArcGIS Server on Windows
Connect to Microsoft SQL Server from ArcGIS Pro
ArcGIS Requirements for Microsoft SQL Server
What SQL Server database versions are supported by ArcGIS Enterprise and ArcGIS Pro?
----------------------------------------------------------------------------------------------------------------
Microsoft ODBC 18 - "must follow the steps in the document below"
Install the Microsoft ODBC driver for SQL Server (Linux)
ArcGIS Documentation:
Connect to Microsoft SQL Server from ArcGIS Server on Linux
Connect to Microsoft SQL Server from ArcGIS Pro
ArcGIS Requirements for Microsoft SQL Server
What SQL Server database versions are supported by ArcGIS Enterprise and ArcGIS Pro?
----------------------------------------------------------------------------------------------------------------
Notes:
Instant Client for Microsoft Windows (32-bit) - ArcGIS Desktop ( ArcMap & ArcCatalog )
Instant Client for Microsoft Windows (x64) - ArcGIS Pro & ArcGIS Server
expand the "Installation Instructions" for more information
ArcGIS Documentation:
Connect to Oracle from ArcGIS Server on Windows
Connect to Oracle from ArcGIS Pro
ArcGIS Requirements for Oracle
What Oracle database versions are supported by ArcGIS Enterprise and ArcGIS Pro?
----------------------------------------------------------------------------------------------------------------
Instant Client for Oracle Linux
Instant Client for Linux x86-64 (64-bit) (oracle.com)
expand the "Installation Instructions" for more information.
ArcGIS Documentation:
Connect to Oracle from ArcGIS Server on Linux - Important !!! Read this documentation !!!
Connect to Oracle from ArcGIS Pro
ArcGIS Requirements for Oracle
What Oracle database versions are supported by ArcGIS Enterprise and ArcGIS Pro?
----------------------------------------------------------------------------------------------------------------
A few more important remarks.
Instant Client for Linux x86-64 (64-bit) (oracle.com)
*OCI – Oracle Call Interface API
“basic” – all files required to run OCI, OCCI, and JDBC-OCI applications
“sqlplus” – SQL Plus command line tool for SQL and PL/SQL queries
“tools” – Data Pump, SQL Loader, Workload Replay tools
“jdbc” – additional support for internationalization under JDBC
“odbc” – additional libraries for enabling ODBC applications
“devel” – additional header files and example makefile for developing Oracle applications with Instant Client
# su – root
# yum install oracle-instantclient-basic-21.11.0.0.0-1.el8.x86_64.rpm
# yum install oracle-instantclient-sqlplus-21.11.0.0.0-1.el8.x86_64.rpm
# yum install oracle-instantclient-basic-21.11.0.0.0-1.el8.x86_64.rpm
Connect to Oracle from ArcGIS—ArcGIS Server | Documentation for ArcGIS Enterprise
In the link above please read: Connect from ArcGIS Server | Set the LD_LIBRARY_PATH environment variable
$ su – arcgis <== Linux User running the ArcGIS Server Service
$ vi .bash_profile
export PATH=/usr/lib/oracle/21/client64/bin:$PATH
export LD_LIBRARY_PATH=/usr/lib/oracle/21/client64:$LD_LIBRARY_PATH
:wq!
Note: PATH variable needs to include “/bin” in the directory path to be able to call “sqlplus”
If you are using the Oracle database Instant client libraries, you only need to uncomment and set the $LD_LIBRARY_PATH, for example:
#
# For connection with Oracle Instant Client
#
export LD_LIBRARY_PATH=/usr/lib/oracle/21/client64:$LD_LIBRARY_PATH
Save and close the script.
To do this, run the stopserver.sh script, then run the startserver.sh script on each machine in the ArcGIS Server site.
./stopserver.sh
./startserver.sh
$ su – arcgis <== Linux User running the ArcGIS Server Service
$ sqlplus /nolog
connect sde/
show user_name
show con_name
exit
Now users can use
or
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.