Re: Q: 3rd party SQL*Loader alikes

From: SanDog <sandog_at_aol.com>
Date: 1997/06/22
Message-ID: <19970622002501.UAA00161_at_ladder01.news.aol.com>#1/1


In your SQL*Loader control file use the following:

...Pri_key POSITION(1:7) SEQUENCE (MAX,1)

Where Pri_key is the column name of the Oracle generated unique identifier. MAX tells Oracle to find the maximum value in Pri_key and the 1 sets the increment value, in this case MAX +1 for each row added.

Andy Received on Sun Jun 22 1997 - 00:00:00 CEST

Original text of this message