Out of process Memory error

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Ragunathan Gunasekaran
Participant
Posts: 247
Joined: Mon Jan 22, 2007 11:33 pm

Out of process Memory error

Post by Ragunathan Gunasekaran »

I am extracing data from an oracle database and i am getting out of process memory error from oracle.This is a production backup database where i will not find a way to change any settings. Are there some thing that we could do from the Oracle stage in the server
ORA-04030: out of process memory when trying to allocate 249880 bytes (QERHJ hash-joi,kllcqas:kllsltba)
Any help on this please
Regards
Ragu
Pagadrai
Participant
Posts: 111
Joined: Fri Dec 31, 2004 1:16 am
Location: Chennai

Re: Out of process Memory error

Post by Pagadrai »

Hi,

how many records are you trying to fetch from the table?
Are you getting the same error while executing the query directly?
Can you add some constraints to reduce the record count in source and see if it helps.
Pagadrai
Participant
Posts: 111
Joined: Fri Dec 31, 2004 1:16 am
Location: Chennai

Re: Out of process Memory error

Post by Pagadrai »

Also ensure your query is not giving any unwanted cartesian product.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You really need to take that error back to your DBA and see if they can help, perhaps by changing some settings. They may also be able to recommend some "alter session" statements that might help, you can use those in the before-sql tab.
-craig

"You can never have too many knives" -- Logan Nine Fingers
yserrano
Premium Member
Premium Member
Posts: 52
Joined: Thu Jan 31, 2008 1:23 pm
Location: Santo Domingo

Re: Out of process Memory error

Post by yserrano »

Ragunathan Gunasekaran wrote:I am extracing data from an oracle database and i am getting out of process memory error from oracle.This is a production backup database where i will not find a way to change any settings. Are there some thing that we could do from the Oracle stage in the server
ORA-04030: out of process memory when trying to allocate 249880 bytes (QERHJ hash-joi,kllcqas:kllsltba)
Any help on this please
in this link it explains possible causes and solutions for that error
http://www.dba-oracle.com/t_ora_04030_o ... memory.htm
Post Reply