Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

-1653: ORA-01653: unable to extend table

muttleychessOct 18 2006 — edited Jul 9 2007
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 6 2007
Added on Oct 18 2006
15 comments
63,722 views