Re: Inserting and array into an Oracle db

2002-02-07 Thread Frank
On Wed, Feb 06, 2002 at 06:12:38PM -0500, McElwee, wrote: > Hi, > > I'm capturing data from a proprietary database to a flat file and I want to > create tables and insert rows of data into those tables. From what I've read > as long as the number of columns matches the number of elements in a row

Inserting and array into an Oracle db

2002-02-06 Thread McElwee, Shane
Hi, I'm capturing data from a proprietary database to a flat file and I want to create tables and insert rows of data into those tables. From what I've read as long as the number of columns matches the number of elements in a row I should be able to do wholesale inserts into the oracle database.