Database Administration (MOSC)

MOSC Banner

Table Data Range Partitioning Format DD-MON-RR.

I noticed i am unable to create a partition table with the date format "DD-MON-RR" :

 PARTITION BY RANGE

 (FPDATE) INTERVAL (NUMTOYMINTERVAL(1, 'MONTH'))

 (PARTITION BOOKS_01 VALUES LESS THAN (TO_DATE('01-NOV-15','DD-MON-RR'))

ORA-14120: incompletely specified partition bound for a DATE column

Is there a way to create a partition using this format, or a way to modify how the partition reads the DATE Column?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center