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: Oracle shutdown abort on NT

Re: Oracle shutdown abort on NT

From: PaulCinVT <paulcinvt_at_aol.com>
Date: 14 Sep 1999 16:17:32 GMT
Message-ID: <19990914121732.01081.00000029@ngol07.aol.com>


We leave our servers up 24 hours a day, but are able to do clean cold backups in the wee hours with the following steps...

1.create shutdown script
Shutdown.sql
Connect internal/<password>
Shutdown immediate
Startup restrict
Shutdown normal
Exit

2.create startup script
Startup.sql
Connect internal/<password>
Startup
Exit

3.create batch file
Orabak.bat
C:\orant\bin\svrmgr30.exe @<directory stuff>shutdown.sql Backup c:\orant\database\*.* <target for backup> C:\orant\bin\svrmgr30.exe @<directory stuff>startup.sql

4.schedule batch file
command prompt> at 02:00 c:\temp\orabak.bat

Paul in VT Received on Tue Sep 14 1999 - 11:17:32 CDT

Original text of this message

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