Database Administration (MOSC)

MOSC Banner

I am getting ORA-01659: unable to allocate MINEXTENTS beyond 21 in tablespace TEST_DATA. The TEST_DA

edited Feb 5, 2015 10:04AM in Database Administration (MOSC) 5 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center