Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: NT Batch file to backup database
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-8026Received on Fri Aug 22 1997 - 00:00:00 CDT
![]() |
![]() |