Re: sql loader

From: Rajiv Gangadharan <rajiv7374_at_yahoo.com>
Date: Fri, 28 Sep 2001 02:49:21 GMT
Message-ID: <RyRs7.17883$W83.1960721_at_newsread2.prod.itd.earthlink.net>


> Load the flat file in a temporary table.
> Then match your records with the production table by using sql and/or
pl/sql
> IMO, you shouldn't load flat files in a live table directly.

IMHO, you can load the data with the "append" option specified in the loader control file.
This option will take the place of the "truncate" option. The syntax will look like this.

load data
infile *
append
into table table_name
begindata

.
.
.
Received on Fri Sep 28 2001 - 04:49:21 CEST

Original text of this message