For example:
alter session set nls_date_format = 'DD-MON-YYYY hh24:mi:ss';
changes the date format for the session.
What is nls here?
|
For example:
changes the date format for the session. What is |
|||
|
|
|
National Language Support (because Americans have this weird idea of using MM-DD-YYYY as a date format, and different languages have different words for their months). |
|||
|
|
|
The Oracle Concepts Guide for 11.2 says the following (The note is of particular interest):
|
|||
|
|