Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: partition table range on date
Ensure that date format used in a partition bound for a DATE column
supports complete specification of a date (i.e. day, month, and year
(including
century)). If NLS_DATE_FORMAT does not support complete (i.e. including
the century) specification of the year, use TO_DATE() (e.g.
TO_DATE('01-Jan-
1996', 'MM-MON-YYYY') to fully express the desired date.
MK Received on Thu May 07 1998 - 08:37:20 CDT
![]() |
![]() |