I have problem with index extent
and I'm trying to free space on the index table
by doing this
alter table hr.pay_run_result_values enable row movement;
alter table hr.pay_run_result_values shrink space;
and when executing this alter table hr.pay_run_result_values shrink space;
I'm getting this :
Erreur commençant à la ligne 9 de la commande :
alter table hr.pay_run_result_values shrink space
Rapport d'erreur :
Erreur SQL : ORA-01735: option ALTER TABLE non valide
01735. 00000 - "invalid ALTER TABLE option"
*Cause:
*Action:
Can you help