Hi,
I am trying to connect to an Oracle database that isn’t on the machine that I am developing the robot.
I have a user and password, but I can’t connect.
I am using the below connection string:
Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MyHost)(PORT=MyPort)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=MyOracleSID)));
User Id=myUsername;Password=myPassword;
Any idea what I can do to connect?
Thank you,
Catalin