If you want to change the date format for the entire database then goto the initora.ora file a look for NLS_DateFormat.
Or you can change the date
format for a session. Use Alter Session command for that.
ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MM-YYYY';