I believe I had a similar problem and it seems there must have been a major change in 
the listener code between Oracle 8 and 9.  If you start the listener with Oracle 9 
then you must use that same executable to display the status.  When you set your 
environment to 8, your path is getting the Oracle 8 lsnrctl pgm.

Try running:
/u01/app/oracle/product/9201/bin/lsnrctl

HTH,
John

>>> [EMAIL PROTECTED] 02/19/03 01:44PM >>>
Sounds like it's not finding the *.msg file ($ORACLE_HOME/network/mesg). You
could probably put a symbolic link of 9201/network/mesg to 817/network/mesg
but there has got to be a cleaner way. I know I've run multiple versions
before without having to do this. Maybe after I finish the coffee in front
of me I'll come up with something else.

Henry


-----Original Message-----
Stefick
Sent: Wednesday, February 19, 2003 3:36 PM
To: Multiple recipients of list ORACLE-L


The ORACLE_HOME is being exported.
Here is the contents of the script that I call to set the 8174 environment
upon login:

/*
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/817
ORACLE_SID=FPRD
LD_LIBRARY_PATH=$ORACLE_HOME/lib
TNS_ADMIN=/u01/app/oracle/product/9201/network/admin
export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH TNS_ADMIN
PATH=$ORACL_HOME/bin:$PATH
export PATH
*/

The 9i login environment script look the same except for:
ORACLE_HOME=u01/app/oracle/product/9201
ORACLE_SID=REGENTDB

Thanks,
Scott



At 11:24 AM 2/19/03 -0800, you wrote:
>You forgot to export new ORACLE_HOME.
>
> > -----Original Message-----
> > From: Scott Stefick [mailto:[EMAIL PROTECTED]] 
> > Sent: Wednesday, February 19, 2003 12:04 PM
> > To: Multiple recipients of list ORACLE-L
> > Subject: lsnrctl status
> >
> >
> > Hello all,
> >
> > HPUX 11.11 Oracle 8174, 9201 and 9iAS 90201
> >
> > I have all three versions in their own homes and I have a
> > login script that
> > asks what I want the environment to be set as upon login
> > (ORACLE_HOME,
> > ORACLE_SID, etc) but I always set
> > TNS_ADMIN=/u01/app/oracle/product/9201/network/admin for all three
> > environments.
> >
> > When I do a $lsnrctl status while in the 9201 or 90201
> > environments, I see
> > all of the services.  But when I'm using the 8174 environment
> > setup and do
> > the same, for the services, I get:
> >
> > /*
> > Message 1411 not found;  product=network;  facility=TNS
> >        Message 1408 not found;  product=network;  facility=TNS
> > Message 1411 not found;  product=network;  facility=TNS
> >        Message 1408 not found;  product=network;  facility=TNS
> > Message 1411 not found;  product=network;  facility=TNS
> >        Message 1408 not found;  product=network;  facility=TNS
> > */
> >
> > Does anyone have any ideas why this could be happening?  I
> > want to be able
> > to be in any one of the environments and see the services.
> >
> > TIA,
> > -Scott
> >
> >
> > ******************************************
> > Scott Stefick
> > UNIX Systems Administrator
> > Oracle Certified Professional DBA
> > Wm. Rainey Harper College
> > 847.925.6130
> > ******************************************
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.net 
> > --
> > Author: Scott Stefick
> >   INET: [EMAIL PROTECTED] 
> >
> > Fat City Network Services    -- 858-538-5051 http://www.fatcity.com 
> > San Diego, California        -- Mailing list and web hosting services
> > ---------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from).  You may
> > also send the HELP command for other information (like subscribing).
> >
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.net 
>--
>Author: Gogala, Mladen
>   INET: [EMAIL PROTECTED] 
>
>Fat City Network Services    -- 858-538-5051 http://www.fatcity.com 
>San Diego, California        -- Mailing list and web hosting services
>---------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from).  You may
>also send the HELP command for other information (like subscribing).


******************************************
Scott Stefick
UNIX Systems Administrator
Oracle Certified Professional DBA
Wm. Rainey Harper College
847.925.6130
******************************************
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net 
--
Author: Scott Stefick
  INET: [EMAIL PROTECTED] 

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com 
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net 
-- 
Author: Henry Poras
  INET: [EMAIL PROTECTED] 

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com 
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: John Carlson
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to