URGENT How to insert a Date field into an Oracle table

Hi Ignasi,
Your problem is due to Oracle’s date formatting. Determine what the NLS_DATE_FORMAT is for your Oracle DB.

You may also use the “to_date()” function in Oracle with your SQL statement. This will format your input date so Oracle understands it.
If your not familiar with this function, I’ve included a link to help:
[url=“SS64 Command line reference”]http://www.ss64.com/index.html[/url]

HTH,
Jim Palmer