Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> SQL Loader Question

SQL Loader Question

From: Gordy <gdsell_at_my-deja.com>
Date: 2000/08/03
Message-ID: <8maulb$2k9$1@nnrp1.deja.com>#1/1

Hi ,

I am trying to use two sequences in my imports, One is meant to increment once per import and the other is meant to increment once per record imported. Any idea how I can do that?

i.e

LOAD DATA
INFILE 'something.csv'
REPLACE INTO TABLE the_table
FIELDS TERMINATED BY ","
OPTIONALLY ENCLOSED BY '"'
TRAILING NULLCOLS
(

    IMPORT_NUMBER "???",

--
Gordy
ICQ 3290116
http://www.geocities.com/Area51/Cavern/4253


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Aug 03 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US