Questions tagged [oraclebulkcopy]

2 questions
1
vote
0 answers

Oracle Managed Data Access Bulk Copy Error pasing insert statement for table (virtual columns)

We've recently moved to use Oracle.ManagedDataAccess in our application now it supports Bulk Copy. The problem is it seems to have a hard time dealing with tables that have virtual columns where the unmanaged client did…
1
vote
1 answer

Oracle Managed Data Access Bulk Copy ORA-39776: fatal Direct Path API error loading table

We've recently moved to use Oracle.ManagedDataAccess in our application now it supports Bulk Copy I am getting the following error when trying to copy a fairly large table. Oracle.ManagedDataAccess.Client.OracleException: 'ORA-39776: fatal Direct…