I am trying to Convert this Date format(YYYY-MM-DDTHH:MI:SS) to MM-DD-YYYY HH24:MI (Should be Date)
I have used CAST((FROM_TZ(CAST("DATE_FIELD" AS TIMESTAMP),'+00:00') AT TIME ZONE 'US/Eastern') AS DATE) and when I try to convert into this format it gives me error : ORA Exception.I can use TO_Char but here is condition that field should be in Date format.