ERROR: Connect DB: Unable to find the requested .Net Framework Data Provider. It may not be installed

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:

  1. Find the right connection string to your Oracle db. Refer to https://www.connectionstrings.com/oracle/

  2. 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.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.