Default display format for date field in Oracle SQL Developer

For date fields, by default SQL Developer will display date only without the time.

To set it to display the time as well, do the following:

1. In SQL Developer, go to Tools >> Preferences.
2. In the Preferences dialog, select Database >> NLS Parameters from the left panel.
3. From the list of NLS parameters, enter DD-MON-RR HH24:MI:SS into the Date Format field.
4. Save and close the dialog.

Comments