I'm trying to speed up some loads on some rather large flat files that are produced off a mainframe and sent down to a unix box for loading.
These machines are typically AIX boxes with SMT turned on. Oracle Version is 10g.
All these loads are using direct path / with truncate option and we are seeing ~36 hours to load one file that is approximately 260 gigs in size. (This data file is fixed width)
Since these machines are running ~16 CPU's I wanted to test SQL loader with the multithreading=true option.
Bookmarks