HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- perl - Oracle error
Operating System - HP-UX
1830250
Members
3105
Online
110000
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 09:40 PM
09-30-2004 09:40 PM
perl - Oracle error
Any idea how to avoid it ? The below cursor is tring to get as many records as it can.After processing few records,below was the error message I am getting
Unable to execute st_getEventSummaryId ( cursor )
ORA-04030: out of process memory when trying to allocate 16384 bytes (sort subheap,sort key) (DBD ERROR: OCIStmtExecute)
Unable to execute st_getEventSummaryId ( cursor )
ORA-04030: out of process memory when trying to allocate 16384 bytes (sort subheap,sort key) (DBD ERROR: OCIStmtExecute)
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 09:50 PM
09-30-2004 09:50 PM
Re: perl - Oracle error
Hi
oerr ORA 4030
04030, 00000, "out of process memory when trying to allocate %s bytes (%s,%s)"
// *Cause: Operating system process private memory has been exhausted
The forum thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=185982
Explains it
Steve Steel
oerr ORA 4030
04030, 00000, "out of process memory when trying to allocate %s bytes (%s,%s)"
// *Cause: Operating system process private memory has been exhausted
The forum thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=185982
Explains it
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 11:39 PM
09-30-2004 11:39 PM
Re: perl - Oracle error
Hi,
You have basically, two things to do in $ORACLE_HOME/dbs/init.ora:
1 - decrease sort_area_size (this value can be used for each session, so be carefull with high values!)
2 - Increase shared_pool_size
As an exemple, you can have something like this:
shared_pool_size = 128M
sort_area_size = 256000
Best Regards,
Eric Antunes
You have basically, two things to do in $ORACLE_HOME/dbs/init
1 - decrease sort_area_size (this value can be used for each session, so be carefull with high values!)
2 - Increase shared_pool_size
As an exemple, you can have something like this:
shared_pool_size = 128M
sort_area_size = 256000
Best Regards,
Eric Antunes
Each and every day is a good day to learn.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP