Administrator
|
From Solaris Sparc / HP UX to Linux (probably intel)
your sources are Big Endian, your target is however little endian.
So this is a cross platform migration + you want your target version to be 18C, this means this is also a migration for upgrade.
There are different methods for doing a cross platform migration of an Oracle Database.
Normally, our options are;
Export / Import to include the use of Datapump facilities. All versions support Export/Import but for Datapump 10.1.0.2 or higher is required
Transportable Tablespaces 10G or Later
RMAN Convert Database functions. 10G or Later
RMAN Duplicate
Streams Replication
Create Table As Select (CTAS)
Dataguard Heterogeneous Primary and Physical Standbys
Oracle Golden Gate (For assistance with Oracle Golden Gate, an SR needs opened with the correct team)
But you are saying that, your source 10g/11G and your target is 18C.
So you want a single operation to perform your cross platform migration + version upgrade.
So, this directs us towards to the pure logical methods.
"XTTS and Export/Import."
Export/Import is a slow but uncomplicated operation , and it is straight forward. This method lets you migrate cross-platform and to a new release of Oracle in a single step.
"XTTS" - cross platform migration
This is a faster one, but it is a complex/complicated one.
Check your downtime requirements, check your skill, choose your method and create your migration/upgrade strategy..
|