I am getting ORA-01659: unable to allocate MINEXTENTS beyond 21 in tablespace TEST_DATA. The TEST_DA
I am getting ORA-01659: unable to allocate MINEXTENTS beyond 21 in tablespace TEST_DATA.
The TEST_DATA tablespace was created as
CREATE TABLESPACE "TEST_DATA" DATAFILE
SIZE 104857600
AUTOEXTEND ON NEXT 104857600 MAXSIZE 32767M
LOGGING ONLINE PERMANENT BLOCKSIZE 8192
EXTENT MANAGEMENT LOCAL AUTOALLOCATE DEFAULT
NOCOMPRESS SEGMENT SPACE MANAGEMENT AUTO;
21 extents of 104857600 is only 2200M far below 32000M maxsize.
Am I missing something?
Thanks!
LW