Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NLS_DATE_FORMAT

unknown-1052419Nov 6 2013 — edited Nov 7 2013

Hi,

I have read a documentation which said:

The nls_date_format also allows you to display a date up to 1/100 of a second, quite precise date display:


alter session set nls_date_format = 'DD-Mon-YYYY HH24:MI:SS.FF'


But when I run it:


SQL> alter session set nls_date_format = 'DD-Mon-YYYY HH24:MI:SS.FF';

ERROR:

ORA-01821: date format not recognized


Any ideas?


Thanks

This post has been answered by Hoek on Nov 7 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2013
Added on Nov 6 2013
9 comments
1,112 views