How can I tell SQL Developer to always display datetime values in full?
This is really annoying. SQL Developer only displays the date part of datetime variables. Okay, if I preface each query with "ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';", it will force the datetime value to display, but that it a nuissance!
How can we make SQL Developer ALWAYS display the full datetime value?