Friday, May 11, 2018

ORA-04031 unable to allocate 720 bytes of shared memory

The error ORA-4031 on the shared pool can indicate one of two things:
– insufficient space for the shared pool
OR
– although there is enough memory, it is fragmented and no contiguous chunk can be allocated to satisfy the latest memory request.
SQL> alter system set “_enable_shared_pool_durations” = false scope=spfile;
System altered.

No comments:

Post a Comment

Featured post

Migrate OCR & vote from external to normal or High redundancy in ASM

How to Move OCR & Vote from external to Normal or high. 1)  Create New diskgroup(CRS) with suitable redundancy for OCR and Voting files....

Popular Posts