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: Linux Listener

Re: Linux Listener

From: Jay Barbee <jaybarbee_at_my-deja.com>
Date: Fri, 20 Aug 1999 18:11:17 GMT
Message-ID: <7pk5nq$5aq$1@nnrp1.deja.com>


I am having this same error, and I can solve it if my dbora file looks like:

su - oracle -c "source ~/.bash_profile ; $ORA_HOME/bin/lsnrc tl start listener"

Notice how I source my .bash_profile to get the oracle vairables loaded into the environment. Seems odd, but I wasn't sure if this would help anyone else out.

If anyone has any ideas... please let me know

In article <37b1dd10.440937534_at_192.0.0.1>,   mjablonsk1_at_home.com (Mark Jablonski) wrote:
> Has anyone set up the Oracle 8 listener to auto start from an rc.d
> script as root on a Linux box? If so can I take a peek at your
> script...
>
> I seem to be missing an env variable which causes the lsnrctl program
> to spit out the following message:
>
> Message 1070 not found; No message file for product=NETWORK,
> facility=TNSTNS-125
> ssage 12545 not found; No message file for product=NETWORK,
> facility=TNS
> TNS-12560: Message 12560 not found; No message file for
> product=NETWORK, facili
> TNS-00515: Message 515 not found; No message file for
> product=NETWORK, facilit
> Linux Error: 2: No such file or directory
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Fri Aug 20 1999 - 13:11:17 CDT

Original text of this message

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