Oracle 10G - Shared memory problem
440316Nov 14 2006 — edited Nov 23 2006Dear All
I have a RH 4.2 box running 10G. As of this morning it has started giving the following error message when executing certain queries:
ORA-04031: unable to allocate bytes of shared memory ("","","","")
An example of a specific query is:
select p.description as name from mlm_proj_parents mpp, projects p where p.id=mpp.parentid and mpp.typeid = 2 and mpp.projectid = 3588
Other queries seem to run fine. I have looked the relevant error number up and can see that there is a problem with shared memory but what is confusing me is the fact that there are no parameters in the error message.
Can anyone suggest what is wrong?
Thanks
Paul