add partition and values Partition errors [message #180245] |
Sat, 01 July 2006 09:46 |
ziyati
Messages: 4 Registered: June 2006 Location: morocco
|
Junior Member |
|
|
Hi all
I want to make a partitioned table (48 partitons ) using the clause partitoin by list, i have a Pl/sql code to make this, it work good until the partiton numbers 44 , it occur an error
ORA-14116: partition bound of partition partition 'name_P44' is too long
i do undrstand nothing , what can do ?
for any help, thanks in advance
|
|
|
Re: add partition and values Partition errors [message #180271 is a reply to message #180245] |
Sun, 02 July 2006 10:27 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
14116, 00000, "partition bound of partition \"%s\" is too long"
// *Cause: Length of linear key representation of a high bound of the
// partition whose name (explicitly specified by the user) is
// displayed in this message exceeded the legal limit (4K).
// *Action: Change representation of a partition high bound to bring
// its length within legal limit.
|
|
|