When creating ROLLBACK SEGMENT on windows/oracle by
CREATE ROLLBACK SEGMENT rollbig TABLESPACE PSAPROLLBIG
STORAGE (INITIAL 1G NEXT 1G
OPTIMAL 2G)
I get message:
ORA-01659: unable to allocate MINEXTENDS beyond 130 in tablespace PSAPROLLBIG
What does it mean and how to avoid that (by not interfering functionality)