ORA-06564: Object Does Not Exist When Pinning Objects In Shared Pool View (v$db_object_cache)
(Doc ID 2019205.1)
Last updated on JANUARY 07, 2025
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Error received when trying to pin objects in the shared pool
EXEC SYS.DBMS_SHARED_POOL.KEEP('SCOTT.MYTRIGGERNAME_GREATE','r');
BEGIN SYS.DBMS_SHARED_POOL.KEEP('SCOTT.MYTRIGGERNAME_GREATE','r'); END;
*
ERROR at line 1:
ORA-06564: object SCOTT.MYTRIGGERNAME_GREATE does not exist
ORA-06512: at "SYS.DBMS_UTILITY", line 156
ORA-06512: at "SYS.DBMS_SHARED_POOL", line 72
ORA-06512: at "SYS.DBMS_SHARED_POOL", line 84
ORA-06512: at line 1
BEGIN SYS.DBMS_SHARED_POOL.KEEP('SCOTT.MYTRIGGERNAME_GREATE','r'); END;
*
ERROR at line 1:
ORA-06564: object SCOTT.MYTRIGGERNAME_GREATE does not exist
ORA-06512: at "SYS.DBMS_UTILITY", line 156
ORA-06512: at "SYS.DBMS_SHARED_POOL", line 72
ORA-06512: at "SYS.DBMS_SHARED_POOL", line 84
ORA-06512: at line 1
Changes
Applied the 11.2.0.4.6 PSU
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 |
Changes |
Cause |
Solution |
References |