Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Curious.
Asked: December 13, 2017 - 5:01 pm UTC
Last updated: December 15, 2017 - 6:38 am UTC
Version: Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
Viewed 1000+ times
SQL> select value from v$parameter where name = 'nls_date_format'; VALUE -------------------------------------------------------------------------------- DD-MON-RR SQL> alter session set nls_date_format = 'yyyy-mm-dd'; Session altered. SQL> select value from v$parameter where name = 'nls_date_format'; VALUE -------------------------------------------------------------------------------- yyyy-mm-dd 1 row selected.
A reader, December 14, 2017 - 4:49 pm UTC
Need more information on Administration? Check out the Administrators guide for the Oracle Database