-1653: ORA-01653: unable to extend table
Hi
When I was trying Insert in my table (TAB1) , return me error below:
1653: ORA-01653: unable to extend table TAB1 by 50 in tablespace ATTRIBUTE
What is this error ?
My tablespace is:
TABLESPACE ATTRIBUTE
PCTUSED 60
PCTFREE 5
INITRANS 2
MAXTRANS 255
STORAGE (
INITIAL 400K
NEXT 400K
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
FREELISTS 4
FREELIST GROUPS 1
BUFFER_POOL DEFAULT
)
LOGGING
NOCACHE
NOPARALLEL;
Message was edited by:
muttleychess