ChrisQuick
Programmer
I am trying to insert a single new record into a table in Oracle. I keep getting the error message:<br>
<br>
ORA-04031: unable to allocate 2192 bytes of shared memory ("shared pool","EHAIRPLU","KQLS heap","KQLS MEM BLOCK"
<br>
<br>
We have tried increasing the setting for SHARED_POOL_SIZE, and rebooted the server but still get the same error.<br>
<br>
We can insert new records into any other table we want with no apparent problem. It seems to be limited to this table specifically. Does anyone have a suggestion?
<br>
ORA-04031: unable to allocate 2192 bytes of shared memory ("shared pool","EHAIRPLU","KQLS heap","KQLS MEM BLOCK"
<br>
We have tried increasing the setting for SHARED_POOL_SIZE, and rebooted the server but still get the same error.<br>
<br>
We can insert new records into any other table we want with no apparent problem. It seems to be limited to this table specifically. Does anyone have a suggestion?