Answers for "oracle flush Shared Pool"

SQL
0

oracle flush Shared Pool

select ADDRESS, HASH_VALUE from V$SQLAREA where SQL_Id='dmx08r6ayx800';

exec DBMS_SHARED_POOL.PURGE ('0000000693E4C268,2515443712','C');
Posted by: Guest on February-09-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language