in reply to Re: Re: Re: DBI - Oracle 8 - Load many rows into a temp table w/o using SQL*Loader
in thread DBI - Oracle 8 - Load many rows into a temp table w/o using SQL*Loader
Well, I'm creating a temporary table with one column - 'filename'. I want to load a list of 2000 rows into the temporary table very quickly. From my research on groups.google.com, I found a reference to "direct load insert" that seemed to accomplish this in an optimal way. My interpretation could certainly be wrong, though.