如何使用FOR QUERY HIGH
和PCTFREE
选项仅压缩分区中的几个子分区
我的陈述看起来是这样的:
alter table table_name move subpartition subpartition_name PCTFREE 10 compress for query high;
这个错误发生在它之后:
ORA-14160:this physical attribute may not be specified for a table subpartition.