
This data provider can be used to consume data from an Oracle database and uses the ADO.NET providers Oracle.ManagedDataAccess.Client (not included - see section Requirements).
As the connection object will be cloned multiple times, the connection string needs to set Persist Security Info to True (see sample below) if user/password authentication is used. This class is serializable.
System.Object
combit.Reporting.DataProviders.DbConnectionDataProvider
combit.Reporting.DataProviders.OracleConnectionDataProvider
This data provider requires the NuGet package Oracle.ManagedDataAccess which contains the Oracle ODP.NET (Oracle Data Provider for .NET).