- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/lib/hpux64/dld.so: Out of memory.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
03-05-2015 03:28 AM
03-05-2015 03:28 AM
Dear All,
When i Run Shell script i am getting below error
usr/lib/hpux64/dld.so: Out of memory.
version_encours/cmd/tlonatdep00.ksh[37]: 8268 Killed
grep: can't open trc/tlonatdep00.trc
Actually Shell script run one sql file. Sql file will do some database transactions (truncate table and insert with new data)
UNIX OS and database details
HP-UX hprx3720 B.11.31 U ia64 0206108445 unlimited-user license
ORACLE_HOME : /logiciel/oracle/client_11203
ORACLE_SID : SQLNET11203
TNS_ADMIN : /logiciel/oracle/tnsadmin
NLS_LANG : american_america.WE8ISO8859P15
Nom du listener : LISTENER
Kindly Help on this. Please revert me if you need any other information to anlyse problem.
Thanks
Mallesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2015 11:04 AM - edited 03-06-2015 02:45 AM
03-05-2015 11:04 AM - edited 03-06-2015 02:45 AM
Re: /usr/lib/hpux64/dld.so: Out of memory.
This says you are out of virtual memory, kind of hard to do with a 64 bit app. :-)
What does this show: swapinfo -tam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2015 10:06 PM
03-05-2015 10:06 PM
Re: /usr/lib/hpux64/dld.so: Out of memory.
when i execute $ " swapspace -tam" it showing below message
ksh: swapspace: not found.
And After we execute again same Shell script, now it is working fine. I did not change any code in that script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2015 02:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2015 02:03 AM
03-10-2015 02:03 AM
Re: /usr/lib/hpux64/dld.so: Out of memory.
Thanks Dennis Handly for help.