Operating System - HP-UX
1747997 Members
4744 Online
108756 Solutions
New Discussion

Re: /usr/lib/hpux64/dld.so: Out of memory.

 
SOLVED
Go to solution
Kukati_mallesh
Occasional Visitor

/usr/lib/hpux64/dld.so: Out of memory.

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

4 REPLIES 4
Dennis Handly
Acclaimed Contributor

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

Kukati_mallesh
Occasional Visitor

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.

Dennis Handly
Acclaimed Contributor
Solution

Re: /usr/lib/hpux64/dld.so: Out of memory.

>ksh: swapspace:  not found.

 

Sorry, swapinfo(1m).

 

>now it is working fine. I did not change any code in that script.

 

Because someone ran your system out of memory.

Kukati_mallesh
Occasional Visitor

Re: /usr/lib/hpux64/dld.so: Out of memory.

Thanks Dennis Handly for help.