I have a table which I have created in Oracle. I have three date columns in the table. I am trying to import some data into the table via oracles spreadsheet import, I have around 100 records I am looking to import, an example of the data being:
1235 | 05/4749 | 18-Mar-2006 15:26 | 19-Mar-2006 | AM | 19-Mar-2006 09:15 | 19-Mar-2006 10:45 | 351
However when I try import such a record into oracle I get a error:
ORA-01830: date format picture ends before converting entire input string
Can someone please advise how I should import this data successfully?