Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SQL*Loader-417 Error
Actually, I was thinking:
creation_date sysdate+17
...because I've used it before without the "+17" (days). But of course that's syntactically incorrect. :( SQL*Loader doesn't like the "+17" there.
Sorry... :(
Rich Jesse System/Database Administrator Rich.Jesse_at_qtiworld.com Quad/Tech International, Sussex, WI USA
-----Original Message-----
Sent: Friday, December 14, 2001 08:20
To: Multiple recipients of list ORACLE-L
I tried this and got the same error.
creation_date "date (sysdate + 17 'mm/dd/yyyy')",
SQL*Loader-417: SQL string (on column CREATION_DATE) not allowed in direct path.
Any ideas as to how to get this to work?
Thanks,
Ken
-----Original Message-----
Sent: Thursday, December 13, 2001 4:40 PM
To: Multiple recipients of list ORACLE-L Subject: RE: SQL*Loader-417 Error
Without the ability to try this, would "SYSDATE + 18" (or is it "19"?) work in place of the "to_date"???
Wondering aloud...
Rich Jesse System/Database Administrator Rich.Jesse_at_qtiworld.com Quad/Tech International, Sussex, WI USA
-----Original Message-----
Sent: Thursday, December 13, 2001 16:05
To: Multiple recipients of list ORACLE-L
I am getting the following error for this line of code in my control file
Any ideas of how I can get around this? When I try a conventional path load I get a FK constraint error (not on this field).
creation_date "to_date('01/01/2002','dd/mm/yyyy')",
SQL*Loader-417: SQL string (on column CREATION_DATE) not allowed in direct path.
Thanks,
Ken Janusz, CPIM
Database Conversion Lead
Sufficient System, Inc.
Minneapolis, MN
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jesse, Rich
INET: Rich.Jesse_at_qtiworld.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Dec 14 2001 - 11:05:58 CST
![]() |
![]() |