sql*loader error
Hi All,
Using Oracle 12.2.0.1
My table has a single column e_date datatype TIMESTAMP(6) WITH LOCAL TIME ZONE
My data file data is 20180628T12:15:40+0800
Control file; Insert data
e_date TIMESTAMP WITH LOCAL TIME ZONE "YYYYMMDD\"T\"HH24:MI:SS.ff TZR"
Error: ORA-01821: date format not recognized
Thanks