Tagged Questions
0
votes
1answer
905 views
Is direct-path insert a good way to do bulk inserts in Oracle?
We're trying to figure out the best way to handle BULK INSERTs using Oracle (10gR2), and I'm finding that it can be a pretty complicated subject. One method that I've found involves using the Append ...