Re: Any way to force RMAN to skip TTS self-containment check?

  • From: Chris Taylor <christopherdtaylor1994@xxxxxxxxx>
  • To: Peter Khmelnitsky <peter.khmelnitsky@xxxxxxxxxxxxxxxx>
  • Date: Tue, 2 Feb 2016 15:20:42 -0600

I wanted to do that, but the backup pieces are on Netbackup library and I
think backup location has to be a disk location and I'm not sure which
backup pieces I need.  I should have been using a catalog for these so I'm
going to remedy that situation shortly so next time I can do the duplicate
using just the catalog without connecting to the target.

Chris


On Tue, Feb 2, 2016 at 3:05 PM, Peter Khmelnitsky <
peter.khmelnitsky@xxxxxxxxxxxxxxxx> wrote:

Hi

I had this problem before.  The so;lution is:

1.Use RMAN backup as a source.
2.Do not use target  and use :
 The RMAN command should look like this:

RMAN>
connect auxiliary /
run
{
    allocate auxiliary channel c1 device type disk;
    allocate auxiliary channel c2 device type disk;
    allocate auxiliary channel c3 device type disk;
    duplicate  database to <db_name_of_clone database> *backup location*
<the location of all backup pieces>
    until time "to_date('02/09/2016 17:00', 'MM/DD/YYYY HH24:MI')"
    skip tablespace <list of tablespaces you want to skip>
}

As there is no connection to the target it will be no TTS check and
duplicate will proceed without it.
 I sucssefully used this approach since we mover to 11g from 10g

Yours
Peter


From: Chris Taylor <christopherdtaylor1994@xxxxxxxxx>
To: "oracle-l@xxxxxxxxxxxxx" <oracle-l@xxxxxxxxxxxxx>,
Date: 02/02/2016 12:52 PM
Subject: Any way to force RMAN to skip TTS self-containment check?
Sent by: oracle-l-bounce@xxxxxxxxxxxxx
------------------------------



This is related to my earlier question about RMAN and CONTEXT INDEXES
existing.  The version is 11.2.0.2.

Thanks!

Chris



Other related posts: