ORA-04031: unable to allocate 4192 bytes of shared memory ("shared pool","unknown object","sga heap(
SQL> insert into cost values (128696, 155873714, 1, 0.35, 1000, sysdate, sysdate, 1000);
insert into cost values (128696, 155873714, 1, 0.35, 1000, sysdate, sysdate, 1000)
*
ERROR at line 1:
ORA-04031: unable to allocate 4192 bytes of shared memory ("shared pool","unknown object","sga heap(2,0)","modification ")
while rest of insert statements on other tables works fine....
Just for this table its showing the above error..
DB is 10.2.0.4.0 - 64bit Production
*
ERROR at line 1:
ORA-04031: unable to allocate 4192 bytes of shared memory ("shared pool","unknown object","sga heap(2,0)","modification ")
while rest of insert statements on other tables works fine....
Just for this table its showing the above error..
DB is 10.2.0.4.0 - 64bit Production
0