11g (SQL LOADER) : ORA 01821: date format not recognized
Hi,
We encounter this error when trying to load via
SQLLOADER a csv file, especially the following data to oracle table (Column
type is DATE).
2012-11-23-00.00.00.000000000000
What is the correct format to use for mapping :
YYYY-MM-DD-HH24.MI.????
Regards.
GD
PS :
SQL> show parameter NLS
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
nls_date_format string
nls_date_language string
nls_language string AMERICAN
nls_numeric_characters string
nls_territory string AMERICA
nls_time_format string
nls_time_tz_format string
nls_timestamp_format string
nls_timestamp_tz_format string