rwozniak71
Programmer
Hey Folks,
Does anyone have experience with this error (I pulled a posting off an Oracle site):
ORA-04030
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.
We get this error ocassionaly when we query a table with 150 million rows or so and specify at least 2 IN clauses with a large number of values (300 or so).
The question I have is how one would go about altering process memory space. Specifically, what parameters does the DBA need to update? Currently the DBA is not being very helpful telling us that process memory is pinned on our server. Does anyone know how I could verify this? We also think it could be a third-party vendor's tool that is causing problems. How can I test this?
Thanks in advance,
Rob
Does anyone have experience with this error (I pulled a posting off an Oracle site):
ORA-04030
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.
We get this error ocassionaly when we query a table with 150 million rows or so and specify at least 2 IN clauses with a large number of values (300 or so).
The question I have is how one would go about altering process memory space. Specifically, what parameters does the DBA need to update? Currently the DBA is not being very helpful telling us that process memory is pinned on our server. Does anyone know how I could verify this? We also think it could be a third-party vendor's tool that is causing problems. How can I test this?
Thanks in advance,
Rob