Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error while running statspack -"unable to exetend index"

Status
Not open for further replies.

lhugh

MIS
May 21, 2000
115
CA
Does anybody know what this means?

Thanks

----------------------------------------

SQL> variable snap number;
SQL> begin
2 :snap := statspack.snap;
3 end;
4 /
begin
*
ERROR at line 1:
ORA-01654: unable to extend index PERFSTAT.STATS$SYSSTAT_PK by 256 in
tablespace TOOLS
ORA-06512: at "PERFSTAT.STATSPACK", line 2090
ORA-06512: at line 2
 
It appears your TOOLS tablespace is out of freespace. You must increase the size of the tablespace (or remove/reorganize some objects within that tablespace) before you can proceed.

Elbert, CO
1107 MST
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top