From: John Stathakis <jlstath@mail.icon.co.za>
Subject: Re: SQL Loader question
Date: 1997/05/05
Message-ID: <336DCA36.5A1A@mail.icon.co.za>#1/1
References: <01bc572c$e030bfc0$6514a883@sandeep.im.hou.compaq.com>
Organization: UUNET Internet Africa
Newsgroups: comp.databases.oracle.server



Sandeep Goel wrote:
> 
> How to create exceptions table to handle exceptions encountered during a
> load.
> 
> Thanks

When you use SQL*Loader, a *.bad file is created listing all rejected
records. This file is in the same text format as the input file.

Regards,
John


