Database Migration From Windows To Linux Using RMAN: List of Steps Needed To Complete The Migration
Database Migration From Windows To Linux Using RMAN: List of Steps Needed To Complete The Migration
possible to transfer the whole database, making the migration process very
straightforward and simple.
To migrate between platforms that have a different endian format, Cross Platform
Transportable Tablespaces (XTTS) needs to be used instead.
6. Copy converted datafiles, generated Transport Script and Parameter File to Linux
8. Edit the Transport Script and Parameter File changing the windows paths to Linux
Paths
BANNER
--------------------------------------------------------------
--
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 -
64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
NAME
----------------------------------------------------
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DB F
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DB F
NAME
----------------------------------------------------
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CT L
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CT L
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CT L
MEMBER
------------------------------------------------
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO02.LOG
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO01.LOG
List of Steps Needed to Complete the Migration:
C:\Users\dell>rman target /
Note that at the end of the convert process RMAN does display
information about how to complete the conversion on the target
platform.