I am trying to use a CAC(Computer Access Card) as my authentication into a secure Oracle database.
“Data Source = (DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST={“server_name”})(PORT=2484))(CONNECT_DATA=(SERVICE_NAME={“service_name”})(INSTANCE_NAME = {“service_nameC”})));”
I can connect via SQL Developer using the CAC, and run queries.
Same connection string in the TNSNAMES.ora file that I use for UiPath.
I can connect with UiPath in a non-secure database with no issues.
My error is as follows:
Connect to database: ORA-50201: Oracle Communication: Failed to connect to server or failed to parse connect string