Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Querying V$ views within scripts

RE: Querying V$ views within scripts

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Thu, 20 Jan 2005 11:50:58 -0500
Message-ID: <005701c4ff10$3760d8f0$8459000a@vttaxnet.tax.state.vt.us>


An incremental backup still has to read every block to see if it's been changed so the time is pretty much the same. The only impact that would be lessened would be on the writes to the backup sets. You can so an archivelog backup every hour and that would definitely be less overhead and might fit the bill.

Ruth

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Yechiel Adar Sent: Thursday, January 20, 2005 10:17 AM To: oracle-l_at_freelists.org
Subject: Re: Querying V$ views within scripts

and you should use rman with full backup at night and incremental backup each hour, to minimize the impact.

Yechiel Adar
Mehish Computer Services
----- Original Message -----
From: "Wolfgang Breitling" <breitliw_at_centrexcc.com> To: <stephenbooth.uk_at_gmail.com>
Cc: "Johnson, George" <GJohnson_at_gam.com>; <oracle-l_at_freelists.org> Sent: Tuesday, December 14, 2004 3:39 PM Subject: Re: Querying V$ views within scripts

> At 06:25 AM 12/14/2004, stephen booth wrote:
>
> >In this case they want *hourly* backups of the database to minimise
> >dataloss. I told them that with the redo logs I can use the previous
> >night's backup and roll forward to any point in time before the
> >failure, but see above comments about managers.
>
> If they want hourly backups, actually unconditionally, they should use
rman.
>
>
> Regards
>
> Wolfgang Breitling
> Centrex Consulting Corporation
> http://www.centrexcc.com
>
> --
> http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jan 20 2005 - 12:02:46 CST

Original text of this message

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