{"id":810,"date":"2023-11-23T22:05:16","date_gmt":"2023-11-23T22:05:16","guid":{"rendered":"https:\/\/test.samplewebsitelink.com\/ordba\/?p=810"},"modified":"2023-11-23T22:05:18","modified_gmt":"2023-11-23T22:05:18","slug":"rman-creating-transportable-tablespace-sets","status":"publish","type":"post","link":"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/","title":{"rendered":"RMAN Creating Transportable Tablespace Sets"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Overview of Creating Transportable Tablespace Sets<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; (Source: Oracle Docs)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can use RMAN or the transportable tablespaces feature to create transportable tablespace sets.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Purpose of Creating Transportable Tablespace Sets<br>==================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A transportable tablespace set contains data files for a set of tablespaces and an export file containing structural metadata for the set of tablespaces. The export file is generated by Data Pump Export.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One use of transportable tablespace sets is to create a tablespace repository. For example, if We have a database with some tablespaces used for quarterly reporting, We can create transportable sets for these tablespaces for storage in a tablespace repository. Subsequently, versions of the tablespace can be requested from the repository and attached to another database for use in generating reports.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A key benefit of the RMAN TRANSPORT TABLESPACE command is that it does not need access to the live data files from the tablespaces to be transported.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">01. The tablespaces to be transported are open &#8220;read-only&#8221; during the transport.&nbsp;<br>&nbsp;&nbsp; &nbsp;Thus, transporting from backups improves database availability,&nbsp;<br>&nbsp;&nbsp; &nbsp;especially for large tablespaces,&nbsp;<br>&nbsp;&nbsp; &nbsp;because the tablespaces to be transported can remain open for &#8220;writes&#8221; during the operation.&nbsp;<br>&nbsp;&nbsp; &nbsp;Also, placing a tablespace in &#8220;read-only&#8221; mode can take a long time, depending on current database activity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">02. The RMAN TRANSPORT TABLESPACE command also enables We to specify a target point in time, SCN, or restore point during the recovery window and transport tablespace data as it existed at that time. For example,&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">if &nbsp;&nbsp; &nbsp;the backup retention policy guarantees a 1 week recovery window&nbsp;&nbsp; &nbsp;and&nbsp;<br>&nbsp;&nbsp; &nbsp;want to create transportable tablespaces based on the contents of the database on the last day of the month<br>then&nbsp;<br>&nbsp;&nbsp; &nbsp;RMAN can perform this task at any time during the first week of the next month.<br>end<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Basic Concepts of Transportable Tablespace Sets<br>===============================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We create a transportable tablespace set by connecting RMAN to a source database as TARGET and then executing the TRANSPORT TABLESPACE command. The source database contains the tablespaces to be transported.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We must have a backup of all needed tablespaces and archived redo log files available for use by RMAN that can be recovered to the target point in time for the TRANSPORT TABLESPACE operation. The basic process of transportable tablespace creation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">RMAN Transportable Tablespace from Backup: Architecture<br>===================&nbsp;&nbsp; &nbsp;============&nbsp;&nbsp; &nbsp;======================<br>||Source database|| &nbsp;&nbsp; &nbsp;||redologs||&nbsp;&nbsp; &nbsp;|| archived redologs||<br>===================&nbsp;&nbsp; &nbsp;============&nbsp;&nbsp; &nbsp;======================<br>&nbsp;&nbsp; &nbsp;\\&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; |&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;\/<br>&nbsp;&nbsp; &nbsp; \\&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; |&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/<br>&nbsp;&nbsp; &nbsp; &nbsp;\\&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; |&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\/<br>&nbsp;&nbsp; &nbsp; &nbsp; ===================================<br>&nbsp;&nbsp; &nbsp; &nbsp; |&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>&nbsp;&nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RMAN&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>&nbsp;&nbsp; &nbsp; &nbsp; |&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>&nbsp;&nbsp; &nbsp; &nbsp; ====================================<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; |<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; |<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;AUXILIARY INSTANCE<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/\\<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; \/ &nbsp;\\<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;\/ &nbsp; &nbsp;\\<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; aux &nbsp; &nbsp; tablespace<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;dest &nbsp; &nbsp; destination<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>01. RMAN starts an auxiliary instance.<br>&nbsp; &nbsp; An auxiliary instance is created by RMAN on the same host as the source database to perform the restore and recovery of the &nbsp; &nbsp; tablespaces. RMAN automatically creates an initialization parameter file for the auxiliary instance and starts it NOMOUNT.<br>02. RMAN restores a backup of the source database control file to serve as the auxiliary instance control file and mounts this &nbsp; &nbsp; &nbsp;control file.<br>03. RMAN restores auxiliary set and transportable set data files from the backups of the source database.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp; The auxiliary set includes data files and other files required for the tablespace transport but which are not &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;themselves part of the transportable tablespace set. The auxiliary set typically includes the SYSTEM and SYSAUX &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tablespaces, temp files, and data files containing rollback or undo segments. The auxiliary instance has other files &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;associated with it, such as its own control file, parameter file, and online logs, but they are not part of the &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;auxiliary set.<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; Thus the AUX SET includes<br>&nbsp; &nbsp; a. initialization parameter file<br>&nbsp; &nbsp; b. server parameter file<br>&nbsp; &nbsp; c. password file<br>&nbsp; &nbsp; d. controlfile<br>&nbsp; &nbsp; e. online redolog files<br>&nbsp; &nbsp; f. system and sysaux tablespace datafiles<br>&nbsp; &nbsp; g. undo datafiles<br>&nbsp; &nbsp; h. temp files and&nbsp;<br>&nbsp; &nbsp; i. transportable set data files<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp; RMAN stores the auxiliary data files in the selected auxiliary destination. The auxiliary destination is a disk &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;location where RMAN can store auxiliary set files such as the parameter file, data files (other than those in the &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;transportable set), control files, and online logs of the auxiliary instance during the transport. If the transport &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;succeeds, then RMAN deletes these files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp; RMAN stores the transportable set files in the tablespace destination. The tablespace destination is a disk location &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;that by default contains the data file copies and other output files when the tablespace transport command completes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">04. RMAN performs database point-in-time recovery (DBPITR) at the auxiliary instance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp; The recovery updates auxiliary and transportable set data files to their contents as of the target time specified for the &nbsp; &nbsp; &nbsp; TRANSPORT TABLESPACE command. If no target time is specified, then RMAN recovers with all available redo. RMAN restores &nbsp; &nbsp; &nbsp; &nbsp; archived redo logs from backup as necessary at the auxiliary destination (or other location) and deletes them after they &nbsp; &nbsp; &nbsp; &nbsp;are applied.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">05. RMAN opens the auxiliary database with the RESETLOGS option.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp;The data files now reflect the tablespace contents as of the target SCN for the tablespace transport operation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">06. RMAN places the transportable set tablespaces of the auxiliary instance into read-only mode.&nbsp;<br>&nbsp; &nbsp; RMAN also invokes Data Pump Export in transportable tablespace mode to create the export dump file for the transportable &nbsp; &nbsp; set.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp; By default, the dump file is located in the tablespace destination. We can specify an alternate location for the dump file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp; RMAN also generates the sample Data Pump import script for use when plugging in the transported tablespaces at a target &nbsp; &nbsp; database. The contents of this script are written to a file named impscript.sql in the tablespace destination. The commands &nbsp; &nbsp; for the script are also included in the RMAN command output.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">07. If the preceding steps are successful, then RMAN shuts down the auxiliary instance and deletes all files created during the &nbsp; &nbsp; TRANSPORT TABLESPACE operation except for the transportable set files, the Data Pump Export file, and the sample import &nbsp; &nbsp; script.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Basic Steps of Creating Transportable Tablespace Sets<br>=====================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To create transportable tablespace sets, We set the required parameters in the auxiliary instance initialization parameter file and then use the TRANSPORT TABLESPACE command.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">01. Before creating transportable tablespace sets We must meet several prerequisites.<br>&nbsp; &nbsp; The basic steps of creating transportable tablespace sets are as follows:<br>02. Start the RMAN client and connect to the source database and, if used, the recovery catalog.<br>03. Ensure that the prerequisites for the TRANSPORT TABLESPACE command are met.<br>04. If necessary, set additional parameters in the auxiliary instance parameter file.<br>05. Execute the TRANSPORT TABLESPACE command.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the TRANSPORT TABLESPACE command fails, troubleshoot the problem and then retry the command until it succeeds.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Customizing Initialization Parameters for the Auxiliary Instance<br>================================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">RMAN enables We to customise initialization parameters that are used for the auxiliary instance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When RMAN creates the auxiliary instance, it creates an initialization parameter file. The default values work for most&nbsp;<br>TRANSPORT TABLESPACE cases, especially if We specify the AUXILIARY DESTINATION option on the TRANSPORT TABLESPACE command.&nbsp;<br>RMAN can also use an auxiliary instance parameter file that contains values for additional initialization parameters. These values override the values of parameters defined in the default initialization parameter file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Setting Initialization Parameters for the RMAN Auxiliary Instance<br>=================================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">RMAN defines certain basic initialization parameters for the automatic auxiliary instance that is used with transportable tablespaces.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We might use an auxiliary instance parameter file to include additional parameters for the following reasons:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">01. To increase STREAMS_POOL_SIZE and SHARED_POOL_SIZE if needed for Data Pump Export.<br>02. To manage locations for auxiliary instance data files.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp; For example, We do not want all auxiliary instance data files stored in the same location on disk, but We do not want to &nbsp; &nbsp; specify the location of every file individually.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">03. To specify names for online redo logs with LOG_FILE_NAME_CONVERT .<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp; &nbsp; The auxiliary instance parameter file is not intended to be a complete initialization parameter file for the auxiliary &nbsp; &nbsp; instance. Any parameters specified are added to or override the default parameters for the auxiliary instance. It is not &nbsp; &nbsp; necessary to specify parameters in the initialization file that We do not intend to override.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Default Initialization Parameters for the Auxiliary Instance<br>============================================================<br>Initialization Parameter&nbsp;&nbsp; &nbsp;Value<br>====================================================================================<br>DB_NAME&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Same as DB_NAME of the source database.<br>COMPATIBLE&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Same as the compatible setting of the source database.<br>DB_UNIQUE_NAME&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Generated unique value based on DB_NAME.<br>DB_BLOCK_SIZE&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Same as the DB_BLOCK_SIZE of the source database.<br>DB_FILES&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Same value as DB_FILES for the source database<br>SGA_TARGET&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;280M recommended value.<br>DB_CREATE_FILE_DEST&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Auxiliary destination (only if the AUXILIARY DESTINATION argument to TRANSPORT TABLESPACE is &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;set). RMAN creates Oracle managed control files and online logs in this location.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Overriding a basic initialization parameter with an inappropriate value in the auxiliary instance parameter file can cause TRANSPORT TABLESPACE to fail. If We encounter a problem, then try returning the initialization parameter to its default value.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Setting the Location of the Auxiliary Instance Parameter File<br>==============================================================<br>By default, RMAN looks for the auxiliary initialization parameter file at an operating system-dependent location on the host running the RMAN client. This location may not be on the host running the auxiliary instance. For UNIX systems, this location is ?\/rdbms\/admin\/params_auxint.ora, where the question mark (?) stands for ORACLE_HOME on the host running RMAN. If no file is found in the default location, then RMAN does not generate an error.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If &nbsp;&nbsp; &nbsp;We use the default initialization parameters for the auxiliary instance&nbsp;<br>Then &nbsp;&nbsp; &nbsp;check whether an auxiliary instance parameter file exists before running TRANSPORT TABLESPACE .<br>End<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>To specify a different location for the auxiliary instance parameter file, We can use the RMAN SET AUXILIARY INSTANCE PARAMETER FILE command in a RUN block before the TRANSPORT TABLESPACE command. As with the default location of the auxiliary instance parameter file, the path specified when using the SET AUXILIARY INSTANCE PARAMETER FILE command is a client-side path.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Specifying an Auxiliary Instance Parameter File<br>===============================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This example describes how We can use the initialization parameter file with TRANSPORT TABLESPACE.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Create a file named \/tmp\/auxinstparams.ora on the host running the RMAN client.&nbsp;<br>This file contains the following initialization parameter:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">SHARED_POOL_SIZE=150M;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The SHARED_POOL_SIZE parameter in \/tmp\/auxinstparams.ora overrides the default value used for SHARED_POOL_SIZE when RMAN creates the auxiliary instance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The following commands use an initialization parameter file when creating transportable tablespaces.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">RUN<br>{<br>&nbsp; SET AUXILIARY INSTANCE PARAMETER FILE TO &#8216;\/tmp\/auxinstparams.ora&#8217;;<br>&nbsp; TRANSPORT TABLESPACE tbs_2&nbsp;<br>&nbsp; &nbsp; TABLESPACE DESTINATION &#8216;\/disk1\/transportdest&#8217;&nbsp;<br>&nbsp; &nbsp; AUXILIARY DESTINATION &#8216;\/disk1\/auxdest&#8217;;<br>}<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Creating a Transportable Tablespace Set<br>=======================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This procedure describes the use of TRANSPOR TTABLESPACE in the most basic and automated case.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is assumed that We have met the prerequisites required for the TRANSPORT TABLESPACE command. Assumed that pre-requisites are met.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Confirmed that tablespace transport is supported between Wer source and destination platforms<br>Identified a self-contained set of tablespaces to include in the transportable set<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To create a transportable tablespace set:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">01. Start the RMAN client and connect to the source database and, if used, the recovery catalog database.<br>02. Run the TRANSPORT TABLESPACE command in RMAN.<br>03. In the most basic case, We specify an AUXILIARY DESTINATION clause, which is optional but recommended. RMAN uses default values that work for most cases.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If &nbsp;&nbsp; &nbsp;We do not specify an auxiliary location,&nbsp;<br>then&nbsp;<br>&nbsp;&nbsp; &nbsp;ensure that locations are specified for all auxiliary instance files.&nbsp;<br>End<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The following example creates a transportable tablespace set that includes tablespaces tbs_2 and tbs_3.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">TRANSPORT TABLESPACE tbs_2, tbs_3<br>TABLESPACE DESTINATION &#8216;\/disk1\/transportdest&#8217;<br>AUXILIARY DESTINATION &#8216;\/disk1\/auxdest&#8217;;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After the command completes successfully, note the following results:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The transportable set data files are left in the location \/disk1\/transportdest with their original names. The transportable tablespace set data files are not automatically converted to the endian format of the destination database by TRANSPORT TABLESPACE. If necessary, use the RMAN CONVERT command to convert the data files to the endian format of the destination database after creating the transportable set.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Data Pump export dump file for the transportable set is named dmpfile.dmp, the export log is named explog.log, and the sample import script is named impscrpt.sql.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">All files are created in \/disk1\/transportdest. If a file under the name of the export dump file exists in the tablespace destination, then TRANSPORT TABLESPACE fails when it calls Data Pump Export. If We are repeating a previous TRANSPORT TABLESPACE operation, delete the previous output files, including the export dump file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The auxiliary set files are removed from \/disk1\/auxdest.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If necessary, edit the sample import script.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The sample import script assumes that the files used to import the tablespaces into the destination database are stored in the same locations where they were created by TRANSPORT TABLESPACE. If files have been moved to new disk locations before being plugged in, then We must update the sample script with the new locations of the files before using the script to plug in the transported tablespaces.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Troubleshooting the Creation of Transportable Tablespace Sets<br>=============================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When the RMAN TRANSPORT TABLESPACE command fails, the failed auxiliary instance files are left intact in the auxiliary instance destination for troubleshooting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If &nbsp;&nbsp; &nbsp;SET NEWNAME,&nbsp;<br>&nbsp;&nbsp; &nbsp;CONFIGURE AUXNAME, and&nbsp;<br>&nbsp;&nbsp; &nbsp;DB_FILE_NAME_CONVERT&nbsp;<br>&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp; &nbsp;settings cause multiple files in the auxiliary or transportable tablespace sets to have the same name,&nbsp;<br>Then&nbsp;<br>&nbsp;&nbsp; &nbsp;RMAN reports an error during the TRANSPORT TABLESPACE command.<br>End<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Transportable Tablespace Set Scenarios<br>=======================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This section contains the following topics:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Creating a Transportable Tablespace Set at a Specified Time or SCN<br>===================================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can specify a target time or SCN with the TRANSPORT TABLESPACE command. During the tablespace transport operation, RMAN restores the tablespace at the auxiliary instance with backups from before the target time and performs point-in-time recovery on the auxiliary database to the specified target time. Backups and archived redo logs needed for this point-in-time recovery must be available.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This example specifies the target time with an SCN (in the current incarnation or its ancestors).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CopyTRANSPORT TABLESPACE tbs_2&nbsp;<br>&nbsp; &nbsp;TABLESPACE DESTINATION &#8216;\/disk1\/transportdest&#8217;&nbsp;<br>&nbsp; &nbsp;AUXILIARY DESTINATION &#8216;\/disk1\/auxdest&#8217;<br>&nbsp; &nbsp;UNTIL SCN 123456789;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This example specifies a restore point as the target time for the transportable tablespace set creation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">TRANSPORT TABLESPACE tbs_2&nbsp;<br>TABLESPACE DESTINATION &#8216;\/disk1\/transportdest&#8217;&nbsp;<br>AUXILIARY DESTINATION &#8216;\/disk1\/auxdest&#8217;<br>TO RESTORE POINT &#8216;before_upgrade&#8217;;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This example specifies an end time which is used as the target time for the transportable tablespace set creation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">TRANSPORT TABLESPACE tbs_2&nbsp;<br>TABLESPACE DESTINATION &#8216;\/disk1\/transportdest&#8217;&nbsp;<br>AUXILIARY DESTINATION &#8216;\/disk1\/auxdest&#8217;<br>UNTIL TIME &#8216;SYSDATE-1&#8217;;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Specifying Locations for Data Pump Files<br>========================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can change the names of the Data Pump export dump file for the transportable set, the sample import script for use at the target database, the log file generated by Data Pump Export, and the directory to which they are written.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By default, these 3 files are stored in the tablespace destination and named as follows:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Data Pump export dump file is named dmpfile.dmp.<br>The export log file is named explog.log.<br>The sample import script is named impscrpt.sql.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can place the dump file and the export log in a different directory by using the DATAPUMP DIRECTORY clause of the TRANSPORT TABLESPACE command, passing in the name of a database directory object. The database directory object used by the DATAPUMP DIRECTORY clause is not the directory path of an actual file system directory. The value passed corresponds to the DIRECTORY command-line argument of Data Pump Export.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can rename these files with the DUMP FILE EXPORT LOG , and IMPORT SCRIPT clauses of the TRANSPORT TABLESPACE command. The file names cannot contain full file paths with directory names. If the DUMP FILE or EXPORT LOG file names specify file paths, then TRANSPORT TABLESPACE fails when it attempts to generate the export dump files. Use the DATAPUMP DIRECTORY clause to specify a database directory object that identifies a location for the outputs of Data Pump Export.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The following scenario illustrates the use of TRANSPORT TABLESPACE with the DATAPUMP DIRECTORY , DUMP FILE, EXPORT LOG , and IMPORT SCRIPT file names specified.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Assume that We create a database directory object as follows for use with Data Pump Export:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CREATE OR REPLACE DIRECTORY mypumpdir as &#8216;\/datapumpdest&#8217;;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This example shows a TRANSPORT TABLESPACE command with optional arguments that specify output file locations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">TRANSPORT TABLESPACE tbs_2<br>TABLESPACE DESTINATION &#8216;\/transportdest&#8217;<br>AUXILIARY DESTINATION &#8216;\/auxdest&#8217;<br>DATAPUMP DIRECTORY &nbsp;mypumpdir<br>DUMP FILE &#8216;mydumpfile.dmp&#8217;<br>IMPORT SCRIPT &#8216;myimportscript.sql&#8217;<br>EXPORT LOG &#8216;myexportlog.log&#8217;;<br>&nbsp; &nbsp;<br>After a successful run, RMAN cleans up the auxiliary destination, creates the Data Pump export dump file and the export log in the directory referenced by DATAPUMP DIRECTORY (\/datapumpdest\/mydumpfile.dmp and \/datapumpdest\/myexportlog.log), and stores the transportable set data files in \/transportdest.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Specifying Auxiliary File Locations with Transportable Tablespaces<br>====================================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Several rules are applicable to the location of auxiliary instance files created during the transport.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If RMAN determines that any of the auxiliary files, designated by any of the methods for specifying auxiliary file locations, contain a data file copy that is suitable to be used for the desired point in time for this transport operation, then that data file copy is used instead of restoring the data file. Any data file copies that are present, but not suitable for this transport operation, because they are more recent than the requested point in time, or are not recognized as part of the target database, are overwritten when the data files are restored.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The simplest technique is to use the AUXILIARY DESTINATION clause of the TRANSPORT TABLESPACE command and let RMAN manage all file locations automatically.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Order of Precedence&nbsp;&nbsp; &nbsp;Auxiliary File Naming Technique&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Additional Information<br>1&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;SET NEWNAME FOR DATAFILES&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Using SET NEWNAME for Auxiliary Data Files<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;SET NEWNAME FOR TABLESPACE<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;SET NEWNAME FOR DATABASE<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;CONFIGURE AUXNAME&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Using CONFIGURE AUXNAME for Auxiliary Data Files<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;AUXILIARY DESTINATION &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Using AUXILIARY DESTINATION to&nbsp;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;clause of the TRANSPORT TABLESPACE &nbsp;&nbsp; &nbsp;Specify a Location for Auxiliary Files<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;command<br>4&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;LOG_FILE_NAME_CONVERT and &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Using Initialization Parameters to Name Auxiliary Files<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;DB_FILE_NAME_CONVERT in the&nbsp;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;initialization parameter file<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If &nbsp;&nbsp; &nbsp;We use several of these options,&nbsp;<br>then&nbsp;<br>&nbsp;&nbsp; &nbsp;the first option in the list that applies to a file determines the file name.<br>end<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using SET NEWNAME for Auxiliary Data Files<br>==========================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can use the SET NEWNAME command to specify a location for auxiliary data files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use the following SET NEWNAME commands in a RUN block to specify file names for use in the TRANSPORT TABLESPACE command:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">SET NEWNAME FOR DATAFILE<br>SET NEWNAME FOR DATABASE<br>SET NEWNAME FOR TABLESPACE<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The SET NEWNAME FOR DATAFILE commands in this example cause the auxiliary instance data files to be restored to the locations named instead of to \/disk1\/auxdest.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">RUN<br>{<br>&nbsp; SET NEWNAME FOR DATAFILE &#8216;\/oracle\/dbs\/tbs_12.f&#8217; TO &#8216;\/bigdrive\/auxdest\/tbs_12.f&#8217;;<br>&nbsp; SET NEWNAME FOR DATAFILE &#8216;\/oracle\/dbs\/tbs_11.f&#8217; TO &#8216;\/bigdrive\/auxdest\/tbs_11.f&#8217;;<br>&nbsp; TRANSPORT TABLESPACE tbs_2&nbsp;<br>&nbsp; TABLESPACE DESTINATION &#8216;\/disk1\/transportdest&#8217;&nbsp;<br>&nbsp; AUXILIARY DESTINATION &#8216;\/disk1\/auxdest&#8217;;<br>}<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The SET NEWNAME command is best used with one-time operations. If We expect to create transportable tablespaces from backup regularly for a particular set of tablespaces, then consider using the CONFIGURE AUXNAME command instead of the SET NEWNAME command to make persistent settings for the location of the auxiliary instance data files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using CONFIGURE AUXNAME for Auxiliary Data Files<br>================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can use the CONFIGURE AUXNAME command to specify persistent locations for transportable tablespace set or auxiliary set data files. RMAN restores each data file for which a CONFIGURE AUXNAME command has been used to the specified location before recovery. RMAN deletes auxiliary set data files when the operation is complete, unless the operation failed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An example illustrates the relationship between the CONFIGURE AUXNAME and TRANSPORT &#8230; AUXILIARY DESTINATION commands. Suppose that We want to transport tablespace tbs_11. The tablespace tbs_12, which contains data file tbs_12.f, is part of the auxiliary set. We execute the following steps:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We use the CONFIGURE AUXNAME statement to set a persistent nondefault location for the auxiliary set data file \/oracle\/dbs\/tbs_12.f.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, We enter the following command:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CONFIGURE AUXNAME FOR DATAFILE &#8216;\/oracle\/dbs\/tbs_12.f&#8217; TO &#8216;\/disk1\/auxdest\/tbs_12.f&#8217;;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We execute the TRANSPORT TABLESPACE command with the AUXILIARY DESTINATION and TABLESPACE DESTINATION options.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, We enter the following command:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">TRANSPORT TABLESPACE tbs_11<br>AUXILIARY DESTINATION &#8216;\/myauxdest&#8217;<br>TABLESPACE DESTINATION &#8216;\/disk1\/transportdest&#8217;;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the preceding scenario, RMAN restores the auxiliary set copy of data file \/oracle\/dbs\/tbs_12.f to \/disk1\/auxdest\/tbs_12.f instead of the location specified by the AUXILIARY DESTINATION option. The CONFIGURE AUXNAME command setting is higher in the order of precedence than the AUXILIARY DESTINATION option.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can view any current CONFIGURE AUXNAME settings by executing the SHOW AUXNAME command, which is described in Oracle Database Backup and Recovery Reference.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using AUXILIARY DESTINATION to Specify a Location for Auxiliary Files<br>=====================================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">IF &nbsp;&nbsp; &nbsp;We use the AUXILIARY DESTINATION option with the TRANSPORT TABLESPACE command,&nbsp;<br>THEN &nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp; &nbsp;any auxiliary set file that is not moved to another location using a&nbsp;<br>&nbsp;&nbsp; &nbsp;SET NEWNAME or&nbsp;<br>&nbsp;&nbsp; &nbsp;CONFIGURE AUXNAME&nbsp;<br>&nbsp;&nbsp; &nbsp;command is stored in the auxiliary destination during the TRANSPORT TABLESPACE operation.<br>END<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">IF &nbsp;&nbsp; &nbsp;We do not use the AUXILIARY DESTINATION option,&nbsp;<br>THEN &nbsp;&nbsp; &nbsp;We must use&nbsp;<br>&nbsp;&nbsp; &nbsp;LOG_FILE_NAME_CONVERT&nbsp;<br>&nbsp;&nbsp; &nbsp;parameter to specify the location of the online redo log files for the auxiliary instance.&nbsp;<br>&nbsp;&nbsp; &nbsp;Neither the&nbsp;<br>&nbsp;&nbsp; &nbsp;SET NEWNAME nor CONFIGURE AUXNAME&nbsp;<br>&nbsp;&nbsp; &nbsp;commands can affect the location of the auxiliary instance online redo logs.&nbsp;<br>END<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">IMPORTANT<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thus, if We do not use the AUXILIARY DESTINATION option or LOG_FILE_NAME_CONVERT parameter, then RMAN has no information about where to create the online redo logs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using Initialization Parameters to Name Auxiliary Files<br>=======================================================<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can use the&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">LOG_FILE_NAME_CONVERT and&nbsp;<br>DB_FILE_NAME_CONVERT&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">initialization parameters in an auxiliary instance parameter file to determine the names for online redo logs and other database files at the auxiliary instance.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">IF &nbsp;&nbsp; &nbsp;no AUXILIARY DESTINATION clause is specified on the TRANSPORT TABLESPACE command,&nbsp;<br>THEN &nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp; &nbsp;these parameters determine the location of any files for which no CONFIGURE AUXNAME or SET NEWNAME command was run.<br>END<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We cannot use the LOG_FILE_NAME_CONVERT or DB_FILE_NAME_CONVERT parameters to generate new Oracle Managed Files (OMF) names for files at the auxiliary instance when the original files are OMF files. The database manages the generation of unique file names in each OMF destination.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We must use an AUXILIARY DESTINATION clause to control the location of the online redo log files. We must use the AUXILIARY DESTINATION clause, SET NEWNAME or CONFIGURE AUXNAME commands, or DB_CREATE_FILE_DEST initialization parameter to specify the location for OMF data files.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Overview of Creating Transportable Tablespace Sets&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; (Source: Oracle Docs) We can use RMAN or the transportable tablespaces feature to create transportable tablespace sets. Purpose of Creating Transportable Tablespace Sets================================================== A transportable tablespace set contains data files for a set of tablespaces and an export file &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/\"> <span class=\"screen-reader-text\">RMAN Creating Transportable Tablespace Sets<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":415,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"categories":[17],"tags":[],"class_list":["post-810","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-rman-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>RMAN Creating Transportable Tablespace Sets - Ordba<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RMAN Creating Transportable Tablespace Sets - Ordba\" \/>\n<meta property=\"og:description\" content=\"&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Overview of Creating Transportable Tablespace Sets&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; (Source: Oracle Docs) We can use RMAN or the transportable tablespaces feature to create transportable tablespace sets. Purpose of Creating Transportable Tablespace Sets================================================== A transportable tablespace set contains data files for a set of tablespaces and an export file &hellip; RMAN Creating Transportable Tablespace Sets Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/\" \/>\n<meta property=\"og:site_name\" content=\"Ordba\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-23T22:05:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-23T22:05:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/test.samplewebsitelink.com\/ordba\/wp-content\/uploads\/2023\/11\/rmantutorials.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"877\" \/>\n\t<meta property=\"og:image:height\" content=\"466\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"ordba\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ordba\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"16 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/\",\"url\":\"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/\",\"name\":\"RMAN Creating Transportable Tablespace Sets - Ordba\",\"isPartOf\":{\"@id\":\"https:\/\/test.samplewebsitelink.com\/ordba\/#website\"},\"datePublished\":\"2023-11-23T22:05:16+00:00\",\"dateModified\":\"2023-11-23T22:05:18+00:00\",\"author\":{\"@id\":\"https:\/\/test.samplewebsitelink.com\/ordba\/#\/schema\/person\/7365beabb32b7aa77cf0e890ee90ea0f\"},\"breadcrumb\":{\"@id\":\"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.samplewebsitelink.com\/ordba\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RMAN Creating Transportable Tablespace Sets\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/test.samplewebsitelink.com\/ordba\/#website\",\"url\":\"https:\/\/test.samplewebsitelink.com\/ordba\/\",\"name\":\"Ordba\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/test.samplewebsitelink.com\/ordba\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/test.samplewebsitelink.com\/ordba\/#\/schema\/person\/7365beabb32b7aa77cf0e890ee90ea0f\",\"name\":\"ordba\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/test.samplewebsitelink.com\/ordba\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dd4335bb4e225c36ce7c56a0aff84bb202ebb523ebdc5d1e1a11cc3f3e6085f3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dd4335bb4e225c36ce7c56a0aff84bb202ebb523ebdc5d1e1a11cc3f3e6085f3?s=96&d=mm&r=g\",\"caption\":\"ordba\"},\"sameAs\":[\"https:\/\/test.samplewebsitelink.com\/ordba\"],\"url\":\"https:\/\/test.samplewebsitelink.com\/ordba\/author\/ordba\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RMAN Creating Transportable Tablespace Sets - Ordba","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/","og_locale":"en_US","og_type":"article","og_title":"RMAN Creating Transportable Tablespace Sets - Ordba","og_description":"&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Overview of Creating Transportable Tablespace Sets&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; (Source: Oracle Docs) We can use RMAN or the transportable tablespaces feature to create transportable tablespace sets. Purpose of Creating Transportable Tablespace Sets================================================== A transportable tablespace set contains data files for a set of tablespaces and an export file &hellip; RMAN Creating Transportable Tablespace Sets Read More &raquo;","og_url":"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/","og_site_name":"Ordba","article_published_time":"2023-11-23T22:05:16+00:00","article_modified_time":"2023-11-23T22:05:18+00:00","og_image":[{"width":877,"height":466,"url":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-content\/uploads\/2023\/11\/rmantutorials.jpg","type":"image\/jpeg"}],"author":"ordba","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ordba","Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/","url":"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/","name":"RMAN Creating Transportable Tablespace Sets - Ordba","isPartOf":{"@id":"https:\/\/test.samplewebsitelink.com\/ordba\/#website"},"datePublished":"2023-11-23T22:05:16+00:00","dateModified":"2023-11-23T22:05:18+00:00","author":{"@id":"https:\/\/test.samplewebsitelink.com\/ordba\/#\/schema\/person\/7365beabb32b7aa77cf0e890ee90ea0f"},"breadcrumb":{"@id":"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/test.samplewebsitelink.com\/ordba\/2023\/11\/23\/rman-creating-transportable-tablespace-sets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/test.samplewebsitelink.com\/ordba\/"},{"@type":"ListItem","position":2,"name":"RMAN Creating Transportable Tablespace Sets"}]},{"@type":"WebSite","@id":"https:\/\/test.samplewebsitelink.com\/ordba\/#website","url":"https:\/\/test.samplewebsitelink.com\/ordba\/","name":"Ordba","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/test.samplewebsitelink.com\/ordba\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/test.samplewebsitelink.com\/ordba\/#\/schema\/person\/7365beabb32b7aa77cf0e890ee90ea0f","name":"ordba","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/test.samplewebsitelink.com\/ordba\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dd4335bb4e225c36ce7c56a0aff84bb202ebb523ebdc5d1e1a11cc3f3e6085f3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dd4335bb4e225c36ce7c56a0aff84bb202ebb523ebdc5d1e1a11cc3f3e6085f3?s=96&d=mm&r=g","caption":"ordba"},"sameAs":["https:\/\/test.samplewebsitelink.com\/ordba"],"url":"https:\/\/test.samplewebsitelink.com\/ordba\/author\/ordba\/"}]}},"_links":{"self":[{"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/posts\/810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/comments?post=810"}],"version-history":[{"count":1,"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/posts\/810\/revisions"}],"predecessor-version":[{"id":811,"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/posts\/810\/revisions\/811"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/media\/415"}],"wp:attachment":[{"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/media?parent=810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/categories?post=810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/test.samplewebsitelink.com\/ordba\/wp-json\/wp\/v2\/tags?post=810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}