Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: can we set listener timeout parameter?

Re: can we set listener timeout parameter?

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Fri, 21 Mar 2003 06:03:15 GMT
Message-Id: <pan.2003.03.21.06.03.13.438435@adelphia.net>


On Fri, 21 Mar 2003 02:51:00 +0000, SP wrote:

> can we set listener timeout in Oracle 9i release 2(windows 2000) Thanks,
> SP

And what would that parameter do? Kill listener after the time expires? I can think of a nice cron job that would do something like

ps -fu oracle|grep -v PID|awk '{ print $2; }'|xargs kill -9

You have to run it as root, but it will most certainly terminate the listener. For good measure, just to clean things up, you can add something like:
ipcs -m|grep oracle|awk '{ print $2; }'|xargs ipcrm -m

You will have to execute all that as root. Your oracle is not running anymore. The timeout termination is complete.

-- 
Mladen Gogala

Light travels faster than sound.
That is why some people appear bright
until you hear them speak.
Received on Fri Mar 21 2003 - 00:03:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US