The date format in Oracle is generally DD-MON-YYYY, which is the format of 10-August-2004, and the format we generally extracted is 2004-8-11 in this format, taken in the SQL statement
{DIM DATESTR AS DATE = Today;} to_date ('"& datestr &",' YYYY-mm-dd ') can transform it to Oracle identity date format.