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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Rename listener on AIX

Re: Rename listener on AIX

From: Pranab Bairagi <pbairagi_at_gmail.com>
Date: Thu, 15 Mar 2007 12:11:53 +0530
Message-ID: <c04581c0703142341g4ef37c49l7cb084fd82a06bb1@mail.gmail.com>


Hi Dianna,

You can use LSNRCTL utility for accomplishing this.



$ (command prompt)> LSNRCTL
LSNRCTL > set current_listener <listener_name>
LSNRCTL > set log_file <new logfile name with the fully qualified path>
LSNRCTL > exit
================

Note : The listener log will get reset when you bounce the listener.

Regards,
Pranab.

On 3/14/07, DIANNA GIBBS <DIANNA.GIBBS_at_childrens.com> wrote:
>
> I'm new to the AIX world, but seemed to remember I can rename
> the listener.ora file without bouncing the listener. Does anyone do
> this? Thoughts?
>
>
> TIA.
> Dianna G.
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 15 2007 - 01:41:53 CDT

Original text of this message

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