From: Bob <meyer_b@my-deja.com>
Subject: Re: problem shutting down database
Date: 2000/07/07
Message-ID: <8k4ogc$msh$1@nnrp1.deja.com>#1/1
References: <8k2h7r$9e6$1@nnrp1.deja.com> <Sg895.32254$A%3.414077@news1.rdc2.pa.home.com>
X-Http-Proxy: 1.0 x51.deja.com:80 (Squid/1.1.22) for client 204.254.216.14
Organization: Deja.com - Before you buy.
X-Article-Creation-Date: Fri Jul 07 14:12:32 2000 GMT
X-MyDeja-Info: XMYDJUIDmeyer_b
Newsgroups: comp.databases.oracle.server
X-Http-User-Agent: Mozilla/4.61 [en] (Win95; U)


Using the control panel to stop the service (or issuing a Net Stop
command, which does the same thing) is the equivilent of doing a
shutdown abort.  Probably not the best way to shut down a production
database.  Aside from that, I need to do it in a batch file run from the
scheduler, without user intervention.

Sybrand's advice identified the error.  The shuttype parameter should be
 "sRVc," and not "sVc."

Thanks,

Bob

In article <Sg895.32254$A%3.414077@news1.rdc2.pa.home.com>,
  "JC" <justinc32@home.com> wrote:
> What about using services in the control panel?  Is this a bad way to
 stop
> the service as well?
> "Bob" <meyer_b@my-deja.com> wrote in message
> news:8k2h7r$9e6$1@nnrp1.deja.com...
> > I'm trying to shut down an Oracle 7.3 (I know, but the owner isn't
> > willing to pay to upgrade) database, under NT 4.0, using ORADIM.
 I'm
> > entering:
> >
> > oardim73 -shutdown -sid ORCL -usrpwd oracle -shuttype svr,inst
 -shutmode
> > i
> >
> > from the NT command line.  I get no error messages, but nothing
 seems to
> > happen.  If I follow this with a plain oradim (no parms), it shows
 the
> > database status as "Started."
> >
> > Any ideas as to what the problem might be, or what I'm doing wrong?
> >
> > Thanks much,
> >
> > Bob
> >
> >
> >
> > --
> > Bob M.
> >
> > Step outside.  The graphics are AMAZING!
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>

--
Bob M.

Step outside.  The graphics are AMAZING!


Sent via Deja.com http://www.deja.com/
Before you buy.


