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: No message file for product=NETWORK???

Re: No message file for product=NETWORK???

From: nomenclature <nom_at_tonal.net>
Date: Mon, 25 Sep 2000 10:08:56 +0100
Message-ID: <39CF1628.BFF5603D@tonal.net>

Roman Starek wrote:
>
> staryeti_at_bellsouth.net wrote:
> : Hi folks,
 

> : I need a bit of help. I've got a scripts that is run as root,
> : which has the following commands:
 

> : su oracle -c /ora00/oracle805/bin/dbshut
> : su oracle -c /ora00/oracle805/bin/lsnrctl stop
 

> : The first command runs fine; the second produces the
> : following message:
 

> : Message 850 not found: No message file for product=NETWORK,
> : facility=NL
>
> Maybe is problem in PATH setting.
>
> Starous

Why do you use 'su' twice? And you don't use a dash so the Oracle user environment won't be setup.

su - oracle
/ora00/oracle805/bin/dbshut
/ora00/oracle805/bin/lsnrctl stop
exit Received on Mon Sep 25 2000 - 04:08:56 CDT

Original text of this message

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