ORA-6508 occures when modify_statspack_parameter executes.
(Doc ID 2502501.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Standard Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
When trying to change snap_level in modify_statspack_parameter, ORA-6508 occurs and it fails.
SQL> exec statspack.modify_statspack_parameter(i_snap_level => 7);
BEGIN statspack.modify_statspack_parameter(i_snap_level => 7); END;
*
ERROR at line 1:
ORA-04063: package body "SYS.DBMS_SHARED_POOL" has errors ORA-06508:
PL/SQL:could not find program unit being called :
"SYS.DBMS_SHARED_POOL"
ORA-06512: "PERFSTAT.STATSPACK", at line 5800
ORA-06512: at line 1
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |