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.

documentation


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -