Hi folks.
When connecting to Postgresql and performing bulk insert activity, the following warning message appears every time.
The configured provider does not support Bulk Insert operations. Providers that support Bulk Insert operations are: Microsoft.Data.SqlClient and Oracle.ManagedDataAccess.Client.OracleConnection.
Is this simply a notification that these two Oracle data providers do not support bulk inserts, and does this mean that you don’t need to worry about it when using them with PostgreSQL?
I checked the website for the following activity in particular because there was no particular note about it.
Activities - Bulk Insert (uipath.com)
1.Activities in a project
2.Dependency
The UiPath Studio used is the Community Edition.