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: NT Batch file to backup database

Re: NT Batch file to backup database

From: Larry Magiera <magiera_at_syrres.com>
Date: 1997/08/22
Message-ID: <33FDF440.24B5@syrres.com>#1/1

Jeff -

can you use:

oradim73.exe -shutdown -sid XXXX -usrpwd YYYYYY -shuttype srvc, inst -shutmode i

and

oradim73 -startup -sid XXXX -usrpwd YYYYYY -starttype srvc,inst -pfile path\filename

where

XXXX = the SID
YYYYY is the system password

I do this with Oracle 72 on NT 3.51, the only diff being that I invoke oradim72.

Jeff Kish wrote:
>
> Please pardon this probably oft asked question. I perused the groups
> but did not see it here.
>
> I have an Oracle 7.3 database. It is running on NT 3.51.
> Does anyone have a batch command I could use to shut down the
> database, fire up the scheduler to do a backup, and then to restart
> the database?
>
> I am already doing the scheduler part, but am not sure about the
> shutdown/startup from the commandline.
>
> Thanks, any pointers are appreciated
>
> Jeff Kish
> ait_at_concentric.net
 

-- 
Larry Magiera
Syracuse Research Corporation
6225 Running Ridge Road
North Syracuse, NY 13212-2509
magiera_at_syrres.com
315 452-8026
Received on Fri Aug 22 1997 - 00:00:00 CDT

Original text of this message

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