Oracle date format picture ends before converting entire input string
Perhaps you should check NLS_DATE_FORMAT and use the date string conforming the format. Or you can use to_date function within the INSERT statement, like the following: Additionally, Oracle DATE stores date and time information together.