statspack snap gethering
SQL> execute statspack.snap;
BEGIN statspack.snap; END;
*
ERROR at line 1:
ORA-12899: value too large for column "PERFSTAT"."STATS$SGASTAT"."POOL"
(actual: 12, maximum: 11)
ORA-06512: at "PERFSTAT.STATSPACK", line 2036
ORA-06512: at "PERFSTAT.STATSPACK", line 91
ORA-06512: at line 1
Should I go ahead increase the column length of this table? How else can I go approach fix this error? Thanks.