Hello everyone,
I need to connect database (OracleDb) with UiPath. I can connect this database manually with Sql Developer but can’t connect with UiPath - Connect Database activity.
I updated tns file.
I use activity like this.
And getting this error: Connect DB: Unable to find the requested .Net Framework Data Provider. It may not be installed.
Hello @mazlumkacar ,
Perhaps you should:
Find the right connection string to your Oracle db. Refer to https://www.connectionstrings.com/oracle/
If needed, install the Oracle Data Provider for .NET. Refer to https://www.oracle.com/ro/database/technologies/appdev/dotnet/odp.html
Hope it helps!
Best regards,
Marius
1 Like
When i changed the connection string and add the connect database activity Header of the web service at the header (in properties) it solved.
system
(system)
Closed
February 12, 2023, 10:37am
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.