Move partition to compress
Hi DBAs
I'm trying to compress a table partition and it is returning this
SQL>alter table BIB_CDR.FCT_CDR_PREPAID_RATED move partition P_20170201 compress for query high;
*
ERROR at line 1:
ORA-14257: cannot move partition other than a Range, List, System, or Hash
partition
Please assist