Skip to Main Content

SQL & PL/SQL

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!

ORA-01654: unable to extend index ... by 1024 in tablespace SYSTEM

925538Apr 4 2012 — edited Apr 4 2012
I'm working with Oracle 11g
I'm running a Java program that is inserting data into the database and it's giving me this error
ORA-01654: unable to extend index KAYLA.CRATINGPK by 1024 in tablespace SYSTEM
I'm not entirely sure why. I'm not even sure what the error really means. It sounds like the primary key I'm trying to add for the record is too long, but that doesn't make sense since I've added records with longer primary keys...

Any help would be appreciated
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2012
Added on Apr 4 2012
2 comments
29,791 views