Can someone help. I am running an oracle 8.1.7 on Linux.
In one of my tablespaces, if I try to add a segment a following error occurs unable to extend ... by 64000. The initial extent is set to 1M then next extent is set to 1M the pctincrease is set to 0. For example if I create a table "create table xxx (num number) storage (initial 1M nextextent 1M pctincrease 0) tablespace bad_ts" then still the before mentioned error occurs. The tablespace is managed by dictionary. It happens only in bad_ts.

Thanks for your help ...

RR