datapump interface for OCI
For speeding up an import I'm doing from a foreign SQL file into an Oracle 11.2.0.4 database I'm seeking for a way to do that faster than with single
row by row inserts and I thought that having an API to the data pump mechanism would be an approach to achieve that. Is there such?
Thanks.
Christoph