Re: SQL*LOADER: Skipping over fields in text file?

From: Paul Brewer <paulb_at_pbrewer.demon.co.uk>
Date: 1996/11/04
Message-ID: <UveeZCAsnjfyEwYX_at_pbrewer.demon.co.uk>#1/1


FWIW:
For simplicity, unless the table is very large and load performance is an issue, our approach is just to define the junk fields in the initial (temporary) Oracle table, load the lot, then create the real table as select .. from the first table, add the indexes etc, and drop the first table.  

Paul Brewer Received on Mon Nov 04 1996 - 00:00:00 CET

Original text of this message