jonwagner / Insight.Database

Fast, lightweight .NET micro-ORM
Other
861 stars 145 forks source link

Does the BulkCopy feature support Oracle Managed Driver #324

Closed design0er closed 7 years ago

design0er commented 7 years ago

hello.Does the BulkCopy feature support Oracle Managed Driver? or it just support the oracle unmanaged driver?

jonwagner commented 7 years ago

Oracle.ManagedDataAccess.Client.OracleConnection does not provide a BulkCopy method. You will have to use the unmanaged driver if you want to use BulkCopy.

design0er commented 7 years ago

thanks a lot.