This Option is optional for only checking Migration is done or not.
These Setting Doing on Linux machine.
- Create Directory
- Then Run this script to Rman prompt for converting database to new database and all convert all datafiles to new platform and transport script with new platform (ex: windows 7 64bit to Linux IA (64-bit)) We can doing some methods.
- Create Pfile.
- First install Oracle Software for same version. (Ex: windows - 11.2.0.1 and Linux - 11.2.0.1 Both are 64 bit).
- Then Copy this test directory from windows to Linux.
- Pfile copy from test directory to Linux $ORACLE_HOME/dbs.
- Copy all datafiles from test directory to $ORACLE_BASE/oradata/paragdb/
- Modify pfile.
- Modify transport.sql file.
- $ export ORACLE_SID=paragdb
- . oraenv
- sqlplus / as sysdba
- sql > @transport.sql
- select * from v$version;
- select platform_id, platform_name from v$database;
No comments:
Post a Comment