Re: SQLLOADER: bypassing columns in the CSV file ???

From: Lewis James <ljam_at_cedar.co.uk>
Date: 22 Jan 2003 10:41:34 -0800
Message-ID: <8cc3d087.0301221041.18b9d1af_at_posting.google.com>


Another approach is to effectively tell SQLLDR that the columns are FILLERS as shown below:

        tmp1 FILLER,  
	tmp2 FILLER,
        ORIG_SYSTEM_ADDRESS_REF

In my experience the names of the columns can be anything. SQLLDR ignores them when it sees the keyword FILLER. Received on Wed Jan 22 2003 - 19:41:34 CET

Original text of this message