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 Guru Needed - RMAN/Netbackup

Re: RMAN Guru Needed - RMAN/Netbackup

From: Yechiel Adar <adar76_at_inter.net.il>
Date: Mon, 24 Jun 2002 06:48:25 -0800
Message-ID: <F001.004855DB.20020624064825@fatcity.com>


Hello Sam

Why do not restore the archive logs manually? Ask RMAN to restore the database and then issue the recover until yourself.
Then you have time to explore RMAN behavior.

BTW - did you backup the 2 weekly archive logs with RMAN or was it a separate netbackup file backup?

Yechiel Adar
Mehish
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Monday, June 24, 2002 1:38 PM

> I am trying to alternate host to a point in time of 01-01-2002.
> I restore current controlfile then run
> run {
> set until time "to_date('01-JAN-2002 03:00:01','DD-MON-YYYY
HH24:MI:SS')";
> allocate channel ch1 type 'sbt_tape';restore database;
> recover database;
> }
>
> The netbackup log asks for a cold backup tape from 29-dec-01, restores
that
> data (if i resetlogs its is fine), then proceeds to ask for a group of
> archivelogs and fails with failed to retrieve handle "al_6548_1_450965598'
> Backup file not found.
> When I look in the logs it is not asking for a tape like it did with the
> first part(cold backup) and when i look at rc_backup_piece this handle is
> pointing to a media that has been reused.
> But we did a 2 weekly redo log backup on the 12-jab-02 and clear which
went
> to another tape that is still available. When i crosscheck
> rc_backup_redolog I see that there are various tapes for that
> sequence#(which i presume is the log file number), but how do we get rman
> to look at the other tape ?
> and why does it not ask for any tape in the logs when it wants the
> archivelogs ? This whole process is very confusing and piss*** me off no
> end. There's a pint for anyome who can help me here.
> I'd be interested to know also how internally rman manages which tapes to
> use for restore. In theory the same arcgive logs are on many different
> tapes, so how does it decide which one to use ?
> Im RTFM'ing as well
> thanks
>
> Sam
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: rabbit_at_emirates.net.ae
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Yechiel Adar
  INET: adar76_at_inter.net.il

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Jun 24 2002 - 09:48:25 CDT

Original text of this message

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