Hi,
I have large table will following storage parameters:
INITIAL 2000M
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
FREELISTS 1
FREELIST GROUPS 1
BUFFER_POOL DEFAULT
Would like to change (NEXT and MAXEXTENTS) to:
INITIAL 2000M
NEXT 2000M
MINEXTENTS 1
MAXEXTENTS 500
PCTINCREASE 0
BUFFER_POOL DEFAULT
I tried drop table/ create table but it didn't help.
Please advise.
Thanks,
Sachin
I have large table will following storage parameters:
INITIAL 2000M
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
FREELISTS 1
FREELIST GROUPS 1
BUFFER_POOL DEFAULT
Would like to change (NEXT and MAXEXTENTS) to:
INITIAL 2000M
NEXT 2000M
MINEXTENTS 1
MAXEXTENTS 500
PCTINCREASE 0
BUFFER_POOL DEFAULT
I tried drop table/ create table but it didn't help.
Please advise.
Thanks,
Sachin