Operating System - HP-UX
1748108 Members
5025 Online
108758 Solutions
New Discussion юеВ

Re: problem running oracle 8.0.6 listener

 
Mariusz Grabowski_2
Frequent Advisor

problem running oracle 8.0.6 listener

hello,

while I try to run listener for oracle 8.0.6 I get an error:

/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/dld.sl
/usr/lib/dld.sl: Not enough space

do you have an idea what could be the problem?

help would be apreciated ...

thnx,
Mariusz
8 REPLIES 8
Ravi_8
Honored Contributor

Re: problem running oracle 8.0.6 listener

Hi,
/usr/lib/dld.sl: Not enough space shows that /usr hasn't space to start the listener.
Increase the /usr size
never give up
Santosh Nair_1
Honored Contributor

Re: problem running oracle 8.0.6 listener

Actually, not enough space is referring to memory. Check memory and swap using top or (preferrably) glance.

Hope this helps.

-Santosh
Life is what's happening while you're busy making other plans
Mariusz Grabowski_2
Frequent Advisor

Re: problem running oracle 8.0.6 listener

Ravi,

it's not that...

thnx,
Mariusz
Andreas D. Skjervold
Honored Contributor

Re: problem running oracle 8.0.6 listener

Hi

Have you been reinstaling Oracle lately, if so (and else as well):

relinking tnslsnr and lsnrctl executables might solve this problem.
cd $ORACLE_HOME/network/lib
make -f ins_network.mk install

and check your /tmp space and swap space as well.

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Mariusz Grabowski_2
Frequent Advisor

Re: problem running oracle 8.0.6 listener

yes, oracle has been reinstalled.
we've found some other solution - copy lsnrctl from other machine, where 8.0.6 works.
we assume, that it'll help - it did on other machine.

I'll let you know :)

cheers,
Mariusz
Sridhar Bhaskarla
Honored Contributor

Re: problem running oracle 8.0.6 listener

Mariusz,

Did you try relinking listener executable?. mmap is a function that maps memory pages for the executable. So, it could be that the listener executable is corrupted or you may need to increase memory related kernel parameters. You can find the one that is reaching out maximum using glance/gpm.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Andreas D. Skjervold
Honored Contributor

Re: problem running oracle 8.0.6 listener

Hi

If the lsnrctl you copied was from a similar system , this would be an correctly linked executable and would therefore work correctly on your reinstalled machine.

I would still say that it's better to do the correct relinking of the executables than to be copying them to much around, as the systems might not be quite identical.

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Sanjay_6
Honored Contributor

Re: problem running oracle 8.0.6 listener

Hi,

In your case, NMot enough space means that you are short on memory and swap space. The performance utilities will show that to you.

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=71ee7b541a1036db2f/screen=ckiDisplayDocument?docId=200000026600810

Hope this helps.

thanks