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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQLLDR Issue - again

Re: SQLLDR Issue - again

From: Jeff Hunter <jeffh_at_btitelecom.net>
Date: Tue, 21 Sep 1999 14:36:09 -0400
Message-ID: <37e7d053@defiant.btitelecom.net>


You are getting this error message because you are trying to use a direct path load. When specifying your command line parameters (or parfile params) either specify direct=false or simply leave the direct= clause off. The default for sqlload is to not use direct path load.

>SQL*Loader-417: SQL string (on column DATE_BILLING) not allowed in
>direct path.
Received on Tue Sep 21 1999 - 13:36:09 CDT

Original text of this message

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