Database Reference
In-Depth Information
Database Conversion on the Source System
To create the converted copy of the source database on the source system, connect to RMAN
on the source system and execute the CONVERT DATABASE command. In this example, we
converted the small orcl sample database on a Windows 32-bit system to Linux 64-bit. The
database files are converted and placed into the c:\temp\stage directory on the source sys-
tem, and the transport script and the init.ora file are placed in the c:\temp directory.
RMAN> convert database
2> transport script 'c:\temp\transport_db_orclnx.sql'
3> new database 'orclnx'
4> to platform 'Linux IA (64-bit)'
5> parallelism 4
6> format 'c:\temp\%d%f'
7> db_file_name_convert 'c:\oracle\oradata\orcl\','c:\temp\stage\';
Starting conversion at source at 21-OCT-13
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=417 device type=DISK
allocated channel: ORA_DISK_2
channel ORA_DISK_2: SID=299 device type=DISK
allocated channel: ORA_DISK_3
channel ORA_DISK_3: SID=358 device type=DISK
allocated channel: ORA_DISK_4
channel ORA_DISK_4: SID=418 device type=DISK
External table SYS.OPATCH_XML_INV found in the database
External table SH.SALES_TRANSACTIONS_EXT found in the database
Directory SYS.ORACLE_HOME found in the database
Directory SYS.ORACLE_BASE found in the database
Directory SYS.OPATCH_LOG_DIR found in the database
Directory SYS.OPATCH_SCRIPT_DIR found in the database
Directory SYS.XSDDIR found in the database
Directory SYS.DATA_PUMP_DIR found in the database
Directory SYS.ORACLE_OCM_CONFIG_DIR found in the database
Directory SYS.ORACLE_OCM_CONFIG_DIR2 found in the database
Directory SYS.ORACLECLRDIR found in the database
Directory SYS.DATA_FILE_DIR found in the database
Directory SYS.MEDIA_DIR found in the database
Directory SYS.LOG_FILE_DIR found in the database
Directory SYS.XMLDIR found in the database
Search WWH ::




Custom Search