ORA-01654: unable to extend index ... by 1024 in tablespace SYSTEM
925538Apr 4 2012 — edited Apr 4 2012I'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