OID to OUD migration using DIP
2) Migration approach discussed here is based on DIP bootstrap mechanism
1. Backup OUD backends
Run below commands to set environment
export ORACLE_HOME=/usr/app/oud/111220/oud_11.1
export ORACLE_INSTANCE==/usr/app/oud/environments/oudds_1/OUD
export PATH=$ORACLE_HOME/bin:$ORACLE_INSTANCE/bin:$PATH
Run below command to execute backup
backup --backUpAll --compress --backupDirectory /usr/app/datamigration/oudBackup
- 2. Backup OUD config
- Copy the configuration directory, install-dir/config.
- Make sure that the schema subdirectory is present within the install-dir/config directory.
- Copy the files in install-dir/logs.
- Make a copy of the installation directory.