Home » SQL & PL/SQL » SQL & PL/SQL » Change NLS DATE FORMAT (Oracle 10.2.0.4.0 ,SunOS)
Change NLS DATE FORMAT [message #537381] |
Wed, 28 December 2011 01:04  |
 |
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Hi,
Current date format in database session is as below.
SQL> select sysdate from dual;
SYSDATE
---------
28-DEC-11
I would like to change the date format as below (date and time)
TO_CHAR(SYSDATE,'DD-M
---------------------
28-dec 01:09
I have a question regarding this date format change.
Would there be any impact to database if i change the NLS DATE FORMAT as above example (date and time)
at database level /system level ?
Thank you
[Updated on: Wed, 28 December 2011 01:10] Report message to a moderator
|
|
|
|
|
Re: Change NLS DATE FORMAT [message #537391 is a reply to message #537384] |
Wed, 28 December 2011 01:39   |
 |
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Murali,
Quote:No changes
Can you please complete your sentence ?
Quote:Of course! the other (bad) applications and scripts are like you
As per Michel's answer, i would say that it is a bad practice to change the date format .
Michel,
Do you mean to say we must not change the date format at session/database/system level ?
[Updated on: Wed, 28 December 2011 01:40] Report message to a moderator
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Jun 06 04:48:33 CDT 2025
|