Bonjour ,

Je souhaite charger un fichier CSV dans une table Oracle via SQL*Loader (11g).

La donnée du csv qui pose problème est une date comme suit :

2012-12-26-00.00.00.000000000000

La colonne cible qui doit recevoir la donnée ci-dessus est de type DATE.

Quel format utilisé dans le .ctl pour faire le mapping

Merci

Kais

PS :
Voici le paramétrage NLS au niveau DB :

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