date - Force oracle sql developer to show timestamp -
i new sql developer each time queries changes time stamp readable date format, want result in time stamps in database.
please go to: tools/preferences/database/nls , set there date format , timestamp format want.
oracle stores date , timestamp type display according nls settings. either call alter session set nls_timestamp_format = 'yyyy-mm-dd hh:mi:ss.ff';
or set nls settings in client tool.
Comments
Post a Comment