RE: Transportable Tablespaces using RMAN/ASM

From: Richard Croasmun <rac_oracledba_at_msn.com>
Date: Tue, 12 Mar 2013 13:05:03 +0000
Message-ID: <BLU173-W1879AF09B431FEFF2A9F8D9BE20_at_phx.gbl>


Found a document on Oracle Support describing how to do this using DBMS_FILE_TRANSFER.  

How to Create Transportable Tablespaces Where the Source and Destination are ASM-Based [ID 394798.1]  

Rick  

> From: rac_oracledba_at_msn.com
> To: oracle-l_at_freelists.org
> Subject: Transportable Tablespaces using RMAN/ASM
> Date: Fri, 8 Mar 2013 20:18:23 +0000
>
> Folks,
>
> I’m trying to implement Transportable Tablespaces using Oracle 11g Enterprise Edition Release 11.1.0.7.0 and ASM. Because the database is using ASM, it’s my understanding that I must use RMAN to extract tablespace data to a physical file for copying over to the target instance as there are not the typical O/S database files to copy over as in a non-ASM setup. I’m initially implementing this using a development database that is in NO ARCHIVE LOG MODE. The target tablespaces are all in read-only mode. When I execute the RMAN Transport Tablespace command, it fails because the database is in NO ARCHIVE LOG MODE (see below). Now, I completely understand why RMAN would want the database to be in ARCHIVE LOG MODE if it was doing a point-in-time recovery, or something like that, but considering the fact that all the tablespaces in my transportable tablespace set are in read-only mode, RMAN shouldn’t need prior backups, archive logs, etc to construct a current image of the tables
> paces. I was wondering if anyone knew of any work-around without having to put the database in ARCHIVE LOG MODE.
>
> RMAN> TRANSPORT TABLESPACE TTS_FACT_DATA, TTS_FACT_DATA_2010, TTS_FACT_DATA_2011, TTS_FACT_DATA_2012, TTS_FACT_DATA_2013, TTS_FACT_INDEX_2010, TTS_FACT_INDEX_2011, TTS_FACT_INDEX_2012, TTS_FACT_INDEX_2013
> 2> TABLESPACE DESTINATION '/home/spa/rick/'
> 3> AUXILIARY DESTINATION '/home/spa/rick/';
>
> RMAN-00571: ===========================================================
> RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
> RMAN-00571: ===========================================================
> RMAN-03002: failure of transport tablespace command at 03/08/2013 14:55:35
> RMAN-05004: target database log mode is NOARCHIVELOG
>
> RMAN>
>
> Thanks for your time and feedback,
>
> Rick
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
                                               

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Mar 12 2013 - 14:05:03 CET

Original text of this message