Migration Utility Operations
Syntax
exacloudmigration [-hV] [command]
Oracle Exadata Cloud Infrastructure Migration Utility Options
| Option | Description |
|---|---|
-h, --help | Displays help information about the command and its options. |
-V, --version | Displays the version of the utility. |
Oracle Exadata Cloud Infrastructure Migration Utility Commands
| Command | Description |
|---|---|
generate_report | Generates a report detailing the infrastructure, including its VM clusters and database resources. |
generate_template | Generates input templates for the Oracle Exadata Cloud Infrastructure Migration Utility. Options: all, infra, vmcluster, database |
generate_dbwallet | Generates database wallet file. |
edit_dbwallet | Adds or updates password for a database in the wallet file. |
list_wallet_dbs | Displays the list of database names with passwords stored in the wallet file. |
create_infra | Creates Exadata infrastructure in the target region/compartment from the given source infrastructure details. |
create_vmcluster | Creates VM cluster(s) in target infrastructure from the given source VM cluster(s) details. |
create_dbhomeimage | Creates dbHome software image(s) for the given database(s). |
migrate_infra | Migrates Exadata infrastructure from the given source infrastructure details. Includes creation of Infrastructure, VM cluster(s), and database dbHome(s). |
migrate_vmcluster | Migrates VM cluster(s) to the target infrastructure from the given source VM cluster(s) details. Includes creation of VM cluster(s) and database dbHome(s). |
migrate_dbhomes | Migrates dbHome(s) from the source VM cluster to the target VM cluster. |
migrate_database | Migrates database(s) from the source VM cluster to the target VM cluster. Options: dgassociation, switchover, failover |
switchover | Performs a role transition, making the standby database the primary database, while the old primary database becomes the standby. |
failover | Performs a role transition, making the standby database the primary database, while the old primary database becomes the disabled standby. |
reinstate | Makes disabled standby database as standby database. |
delete_standby | Deletes the standby database(s). |
list_dg_associations | Lists all Data Guard associations for a given VM cluster. |
list_vm_networks | Lists all VM cluster networks for a given Exadata infrastructure. |
list_jobs | Lists the job history. |
get_job_status | Displays details and status of the job. |
create_db_frombackup | Creates database(s) from the existing database backup(s). |
diag_collect | Generates diagnostic bundle by zipping tool version, job details, logs, and input templates. |
pdb | Creates pluggable databases (PDBs) from a source CDB to target CDB. |