As a part of a migration task, I am trying to insert a large amount of data (>30M) into a table in a chunk of 1000/10000 rows using array binding by a .NET application (using ODP.NET); it works. I thought it could be faster if I use direct the path load hint As a part of a migration task, I am trying to i