What is the default format of date in Oracle? How can I change my default date format?
The default format for the date in oracle is DD-MON-YY. We can change it by using this SQL command ALTER SESSION set nls_date_format='desired format'; The desired format is like Day-Mon-yyyy 24hh:mi:ss