WL#17256: Export external databases from inside OCI
Affects: Server-9.x
—
Status: Complete
Migration Assistant will attempt to connect to the source instance from the jump host in OCI. If this connection is successful, the dump operation will be executed from the jump host instead of the host where Migration Assistant is running.
This improves execution time, as data is being dumped from a location closer to the destination Object Storage bucket.
- Change the dependency of tasks,
dumphas to be executed later and it should depend onjumphost. - Extend
remote_helper.py, add a method to lunch a dump operation. - Extend
helper.py, add a method to execute a dump operation. - Add an interface to handle a dump operation, extract the code which executes dump locally from
dbmigration_stages.pyinto a class which implements this interface, implement this interface for a remote dump. - It has to be possible to monitor the dump and interrupt it if needed.
Copyright (c) 2000, 2026, Oracle Corporation and/or its affiliates. All rights reserved.