Custom date time format in Oracle SQL Developer?

Pubblicato il: 19 aprile 2018
sul canale di: Maruti AIR Tech
8,195
27

From Oracle SQL Developer's menu go to Tools -- Preferences.
From the Preferences dialog, select Database -- NLS from the left panel.

From the list of NLS parameters, enter
DD-MON-RR HH24:MI:SS

or for 24-Hour,

DD-MON-YY HH24:MI:SS

Or just for an active session use below instead.

alter SESSION set NLS_DATE_FORMAT = 'required_date_format'

i.e.

alter SESSION set NLS_DATE_FORMAT = 'DD-MM-YYYY HH24:MI:SS'

into the Date Format field.
Save and close the dialog.


In questa pagina del sito puoi guardare il video online Custom date time format in Oracle SQL Developer? della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Maruti AIR Tech 19 aprile 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 8,195 volte e gli è piaciuto 27 spettatori. Buona visione!