Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Filtering records with SQL*Loader

Re: Filtering records with SQL*Loader

From: Alexander I. Doroshko <aid_at_grant.kharkov.ua>
Date: 6 May 1999 14:40:15 GMT
Message-ID: <01be97ce$59a51200$190114c1@sister.grant.UUCP>


If your database column is numeric, Loader will put the records with non-numeric field into .bad file - it is a sort of filtering.
If the column is char by some deep reasons, it's worth to make a check constraint for it.
--
 Alexander I.Doroshko, aid_at_grant.kharkov.ua

Received on Thu May 06 1999 - 09:40:15 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US