Listener / Service terminates while running the heavy queries [message #110197] |
Fri, 04 March 2005 00:44 |
vivek_orafaq
Messages: 2 Registered: March 2005
|
Junior Member |
|
|
Hi,
We are using Oracle 9204 on Win 2k server having 1 GB Ram.
Whenever we run heavy queries (accessing too many recds), we get ORA 4030 Out of process memory error and thereafter all other process slows down and couple of times we have noticed that either LISTENER or the ORACLE SERVICE terminates.
Can anyone throw some light on it.
What should i do to overcome this problem.
Though developers are changing the code as much as they can but is there anything that can be done on DB side.
Thanks is advance
Vivek.
|
|
|
|
|
Re: Listener / Service terminates while running the heavy queries [message #110332 is a reply to message #110331] |
Sat, 05 March 2005 23:30 |
oldboy
Messages: 9 Registered: March 2005 Location: Chongqing CHINA
|
Junior Member |
|
|
ORA-04030 out of process memory when trying to allocate string bytes (string,string)
Cause: Operating system process private memory has been exhausted.
Action: See the database administrator or operating system administrator to increase process memory quota. There may be a bug in the application that causes excessive allocations of process memory space.
|
|
|