Preface
This guide provides a compilation of topics from the Oracle Database user assistance documentation that are collected to help you complete a specific use case scenario.
Use Case Scenario for this Document
Use this scenario document to assist you to migrate the same release Oracle Database to a different endian operating system using transportable tablespaces with RMAN.
Prerequisites for this Scenario
-
Ensure that the source and target databases have identical character sets, or at least that the destination database character set is a superset of the source database.
-
Before you run Oracle Data Pump import on the destination server, run the
RMAN CONVERTcommand to convert data. -
Run the migration procedures as the
oracleuser.
Outline for this Scenario
-
Migrating Data Using Transportable Tablespaces. Migrate data in preparation for the database migration.
-
Preparing the Target Server. Create a target database in preparation for the migration.
-
Converting Data to the Endian Format of the Target Operating System. Convert your tablespaces in preparation for the migration.
-
Connecting to the Oracle Database with SQL*Plus.
-
Migrating Oracle Database. Migrate your database using transportable tablespaces, and complete postmigration tasks.
These steps correspond to the chapters in this document.
Parent topic: Preface