$ 0 0 Figured out the sytax and was able to alter PPI using the following command : alter table person_car_dtl MODIFY PRIMARY INDEX (p_num) ADD RANGE BETWEEN DATE '2014-01-01' AND DATE '2021-12-31' EACH INTERVAL '1' MONTH;
Figured out the sytax and was able to alter PPI using the following command :
alter table person_car_dtl
MODIFY PRIMARY INDEX (p_num)
ADD RANGE BETWEEN DATE '2014-01-01' AND DATE '2021-12-31' EACH INTERVAL '1' MONTH;