Hi Folks,
I am having problems loading some data in my Oracle table. Can somebody please look at the following code and point out my mistake ?
Table Defination
================
table_1
(FLAP_TIME DATE)
sqlloader control file
======================
FLAP_TIME "to_dateFLAP_TIME,'Mon DD HH24:MI:SS')"
Sample Data
===============
May 27 15:02:36
May 29 04:03:57
Sql Loader Error
=================
Record 1: Rejected - Error on table TABLE_1, column FLAP_TIME.
ORA-01843: not a valid month
Thanks in advance.
rogers42
I am having problems loading some data in my Oracle table. Can somebody please look at the following code and point out my mistake ?
Table Defination
================
table_1
(FLAP_TIME DATE)
sqlloader control file
======================
FLAP_TIME "to_dateFLAP_TIME,'Mon DD HH24:MI:SS')"
Sample Data
===============
May 27 15:02:36
May 29 04:03:57
Sql Loader Error
=================
Record 1: Rejected - Error on table TABLE_1, column FLAP_TIME.
ORA-01843: not a valid month
Thanks in advance.
rogers42