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: Automating NT Backup with archivelog on (hot)

Re: Automating NT Backup with archivelog on (hot)

From: Michael Ho <hom_at_loyal-holding.com>
Date: Mon, 14 Dec 1998 12:25:29 +0800
Message-ID: <36749339.62AE93B0@loyal-holding.com>


Hot backup :

For each tablespace :

ALTER TABLESPACE tablespace_name BEGIN BACKUP; host command for backup datafiles for the tablespace ALTER TABLESPACE tablespace_name END BACKUP;

Peter Kellner wrote:

> Hi,
>
> I'd like to automate backing up an NT server running oracle 7.3.
> Right now, it is a big pain because of all the manual steps. I want
> to have one script that does an incremental with the system HOT,
> and another script that shuts the database down, does a full backup,
> then starts it again.
>
> Any ideas or places I can find such a thing. I want to make sure that
> error status are checked for things like deleting transaction logs.
>
> Thanks for any help
>
> Peter_at_kellner.com
Received on Sun Dec 13 1998 - 22:25:29 CST

Original text of this message

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