Can I use the Oracle bulk loader with Warehouse on Unix to insert to an empty table ?
When performance is a requirement, the Oracle SQL Loader (sqlldr) can be directed to read from a Unix FIFO that a Warehouse script is simultaneously populating. sqlldr blocks its input and then performs bulk inserts to the target table. Tip : Table indices can be rebuilt when the load has completed.