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: lsnrctl status

RE: lsnrctl status

From: Odland, Brad <Brad.Odland_at_qtiworld.com>
Date: Wed, 19 Feb 2003 14:20:43 -0800
Message-ID: <F001.0055229C.20030219142043@fatcity.com>


I set the TNS_ADMIN to the one in your 817 home....that is the problem...don't mix and match across versions....

/*

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/817/network/admin export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH TNS_ADMIN PATH=$ORACL_HOME/bin:$PATH
export PATH
*/

Brad O.

-----Original Message-----
Sent: Wednesday, February 19, 2003 2: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:sstefick_at_harpercollege.edu]
> > 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: sstefick_at_harpercollege.edu
> >
> > 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: ListGuru_at_fatcity.com (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: MGogala_at_oxhp.com
>
>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: ListGuru_at_fatcity.com (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: sstefick_at_harpercollege.edu

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: ListGuru_at_fatcity.com (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: Odland, Brad
  INET: Brad.Odland_at_qtiworld.com

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: ListGuru_at_fatcity.com (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).
Received on Wed Feb 19 2003 - 16:20:43 CST

Original text of this message

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