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: BN <bnsarma_at_gmail.com>
Date: Wed, 22 Mar 2006 10:07:55 -0500
Message-ID: <61292a9d0603220707k3c8e2a13v210f31595246bf11@mail.gmail.com>


Greetings,

IF you can use Tablespace backup instead of Full backup, and when ever a Tablespace backup is complete its good to go.

If it breaks, start with the rest of the tables. BTW you can start the netbackup command from your RMAN backup script.

Modify your RMAN script to accept a file name (rman_backup_script -f <left_over_tbs> with getopts or some other mechanisim, When you pass a file name with Tablespace(s) you need to backup, the script does that only.

IF no file is specified , it does all the Tablespaces you specified or again you can choose another file which has a list of Tablespace names.

Test your process by recovering.

HTH Regards & Thanks
BN

On 3/21/06, Jeremiah Wilton <jeremiah_at_ora-600.net> wrote:
>
> 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
>
>
>

--
Regards & Thanks
BN

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 22 2006 - 09:07:55 CST

Original text of this message

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