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: RMAN restart

RE: RMAN restart

From: Jeremiah Wilton <jeremiah_at_ora-600.net>
Date: Tue, 21 Mar 2006 18:36:51 -0800
Message-ID: <03ca01c64d59$7a13e4b0$0401a8c0@flbp7000a>


The orthodox way to restart a backup in RMAN is with the NOT BACKED UP specification to the BACKUP command. Your initial backup can be issued with a command such as:

BACKUP ... NOT BACKED UP SINCE SYSDATE-1...; This feature only backs up those datafiles that have not already been backed up in the past 24 hours, i.e. those that the failed backup didn't get.

Whatever scheduler ran it (cron, Veritas) can restart it with the same exact command if the it exits nonzero the first time. I think this is more or less what Oracle would say is their restartability feature.

The 9iR2 documentation for this feature is here:

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96565/rcmsynta 9.htm#1024200

It is available in RMAN 9i and above.

--
Jeremiah Wilton
ORA-600 Consulting
Recoveries - Consulting - Seminars - Hiring
http://www.ora-600.net

-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of Eddy Frances

I think you can't restart an RMAN backup.  When was
your last full backup with RMAN? and can't you just do
an incremental backup?

--- Wolfson Larry <lawrence.wolfson_at_acxiom.com> wrote:

> Anyone have any tips about re-starting RMAN with
> netbackup?
>
> Is it possible to re-start from where backup died?
-- http://www.freelists.org/webpage/oracle-l
Received on Tue Mar 21 2006 - 20:36:51 CST

Original text of this message

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