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 hot backup

Re: NT hot backup

From: Howard J. Rogers <howardjr2000_at_yahoo.com.au>
Date: Thu, 1 Aug 2002 05:57:25 +1000
Message-ID: <ai9feb$ki0$1@lust.ihug.co.nz>


You can *never* backup any Oracle database file which is "hot" without first invoking some mechanism that allows Oracle subsequently to fix up the internal inconsistencies that *always* arise when you hot copy files.

For data files, that's the 'alter tablespace begin backup' command. And for control files it's the 'alter database backup controlfile to something' command.

OCOPY does *not* do this particular trick -it simply allows you to copy files which NT otherwise would see as locked (and thus prevent you doing the copy).

Regards
HJR "Chuck" <chuckh_at_softhome.net> wrote in message news:ai8nui$unb73$1_at_ID-85580.news.dfncis.de...
> Anyone ever used microsoft's compress utility for disk to disk hot backups
> on NT or Win2k? Is it safe to backup open files directly with this utility
> or do you need to use ocopy first, then compress that file?
>
>
Received on Wed Jul 31 2002 - 14:57:25 CDT

Original text of this message

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