Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The exception is:java.lang.OutOfMemoryError: Java heap space

NarsingPumandlaJun 13 2011 — edited Feb 26 2020
Hello All,

When my BPEL process starts, it gets the count of records from SQL Database and the while loop iterates that many times( count of records).
After i get the record, i do some validation of the data and insert into good or bad data tables.The Source SQL table consists of like roughly 45000 rows.
My BPEL process after getting 1500 rows, it faulted. When i see the logs, it says The exception is:java.lang.OutOfMemoryError: Java heap space.
Please help me how to fix this. Do i need to increase the memory settings in setSOADomainEnv.cmd ?

Thanks,
Naresh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2011
Added on Jun 13 2011
7 comments
2,367 views