Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: partition table range on date

Re: partition table range on date

From: Martin Krivak <martin.krivak_at_berit.cz>
Date: 7 May 1998 13:37:20 GMT
Message-ID: <01bd79bd$333827e0$39c3657e@mkrivak>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US