Phase 0 – Initial setup phase
-
Install Oracle database 12.1.0.2 or later on the target Amazon Elastic Compute Cloud (Amazon EC2) instance.
-
Verify the target database.
You must verify whether the target database instance has the same time zone and character set as source database. Otherwise, this migration approach will fail
To check that the time zone version in both the source and target is same, run the following command.
SQL> select * from v$timezone_file; FILENAME VERSION CON_ID ----------------------- ------------- ---------- timezlrg_14.dat 14 0To check that both the DB character set and the national character set are the same in the source and target, run the following command.
SQL> select * from nls_database_parameters where parameter in ('NLS_CHARACTERSET','NLS_NCHAR_CHARACTERSET'); PARAMETER VALUE -------------------------------------------- -------------------- NLS_NCHAR_CHARACTERSET UTF8 NLS_CHARACTERSET AL32UTF8 -
Set up the Oracle XTTS utility.
On the source system, download and extract the script file, rman_xttconvert_VER4.zip
from Oracle document 2471245.1. Modify the parameters in the xtt.propertiesfile with the specific configuration. Then copyxtt.propertiesandxttdriver.plscripts to the destination system.