ArcGIS Enterprise 10.9.1: Pro fails to connect to oracle 19.3 from a client machine,
I couldn’t figure out why Pro fails to connect to oracle 19.3 from a client machine despite the fact that the oracle client 19.3 is installed in the client machine. The “ping” detects the server machine from the client machine
What could be the issue here?
if you are connecting as "sys" from Pro, you need to have "password as sysdba" for the password string.
Usually do not recommend connecting as SYS in Pro or any ArcGIS client.
The installation of Oracle Home and Oracle Client gets complicated in 19.3C
I’m advised to apply the following commands on the Oracle Home machine
sqlplus sys/Oracle123@M1 as sysdba
select name open_mode from v$pdbs;
sqlplus sys/Oracle123@M1pdb as sysdba
select name open_mode from v$pdbs;
ALTER PLUGGABLE DATABASE OPEN;
This is in addition to some editing on the listener.ora and tnsnames.ora files
Added recommendations:
Also reference the related post