Issue in adding LIST partition in a table [message #433422] |
Wed, 02 December 2009 05:01 |
rawat_me
Messages: 45 Registered: September 2005
|
Member |
|
|
Hi All,
I am adding an LIST partion in a existing table.
It is giving Error :
ORA-14020: this physical attribute may not be specified for a table partition
I am giving command as :
alter table tbl_trade add PARTITION XT LIST (archive_flag)
(PARTITION No_Archive VALUES ('N') TABLESPACE FICCTM18_DATA,
PARTITION Yes_Archive VALUES ('Y') TABLESPACE FICCTM18_ARCHIVE )
|
|
|
|
|