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: remote shutdown of ORacle

Re: remote shutdown of ORacle

From: Pat Minnis <pminnis_at_indianaonline.net>
Date: Mon, 24 Jan 2000 21:45:19 -0800
Message-ID: <X_8j4.294$MU5.41557@news.goodnet.com>


Are you using DEC UNIX perhaps. I had the same problem and abandoned doing shutdown since I was only going to shutdown to change archive mode anyway. I would also be interested in the answer if there is one.

I found that using bourne shell or korn shell made no difference. The -n argument is for the C shell. My guess is that svrmgrl uses some unusual method of getting redirected input, as sqlplus runs just fine in the same situation, the same remote script in fact.

A side question might be, how can we provide input to svrmgrl without redirecting from a file or << ?

"Corbeau" <kraay_at_dds.nl> wrote in message news:86i73p$8un$1_at_buty.wanadoo.nl...
> Hi,
>
> I want to shutdown a Oracle database remotely by a shell-script with the
> following line
> <..>
> rsh <host> "/etc/init.d/dbora stop"
> <..>
>
> But this gives error messages from the Oracle server:
> MGR-11401: input error, unable to read input line
> MGR-01508: unable to close te current file
>
> Does anyone know why this happens and how can I solve this problem?
>
> Thanks a lot!!
>
> Leo
>
>
Received on Mon Jan 24 2000 - 23:45:19 CST

Original text of this message

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