Re: SQL*Loader and duplicate records.
From: (wrong string) é Klück <akluck01_at_wxs.nl>
Date: Wed, 15 Jul 1998 20:29:30 +0200
Message-ID: <35ACF50A.1986_at_wxs.nl>
Date: Wed, 15 Jul 1998 20:29:30 +0200
Message-ID: <35ACF50A.1986_at_wxs.nl>
Luis,
Implement a primary key in your database on the table you are loading
in.
Miximize the amount of errors you tolorate by the SQL*Loader parameter
ERRORS=xxxxx.
sUCCes,
André
Luis Gregorio wrote:
>
> I have an input file for SQL*Loader wich has duplicate records in it. How
> can I load this file using SQL*Loader into my table, discarding the
> duplicates.
>
> Thanks.
Received on Wed Jul 15 1998 - 20:29:30 CEST