First in the example, in the insert into you don´t have the table where you want to insert the values, maybe it could be a problem. Second, you don´t have to convert the string in a date, you could use the string and the function TO_DATE in the query, below you have an e...