I use:
alter session set nls_date_format = 'MM/DD/YYYY HH24:MI:SS';
to format a column of type DATE to display the time stamp also. This worked fine, but I'm using SQL Developer 1.5.1 and have to do it each time I log in.
Is there a place I can set this to always use this setting each time I run the client?
Thanks,
Neal