Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: No message file for product=NETWORK???
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
![]() |
![]() |