Change to logging in a hash subpartition [message #364699] |
Tue, 09 December 2008 12:41 |
mafc73
Messages: 38 Registered: November 2006
|
Member |
|
|
Hi,
I have a table partitioned by range and subpartitioned by hash. The partition and subpartitions are in nologgin mode. I want to change to logging. I have changed to logging mode the partition but I can't change the subpartitions.
To change the partition to logging I have used this sentence
ALTER TABLE tab1
MODIFY DEFAULT ATTRIBUTES FOR PARTITION p37779 LOGGING;
I have probed with
ALTER TABLE ods.ADWF_RM_EVENT MODIFY SUBPARTITION p37779_S1 LOGGING;
but I get an error. Invalid option for alter table.
Is posibble to change the logging mode at subpartition level?
This table is very big and I can't drop it and then recreate.
Thanks.
|
|
|
|