Upload the logs to Service Request
If the issue persists after reviewing the logs, create a Service Request (SR) and attach the required details and log files.
Create a Service Request
When creating an SR for Oracle Exadata Cloud Infrastructure Migration Utility issues, use the following details for proper routing.
Table 5-1 Service Request details
| Field | Value |
|---|---|
| Service Group | Oracle Database |
| Service |
|
| Service Category | Oracle Exadata Cloud Infrastructure Migration Utility |
| Subcategory |
|
Note:
Select the subcategory that best matches the type of migration operation where the issue occurred.
Parent topic: Upload the logs to Service Request
Upload Logs to a Service Request
If a job fails during the migration process, use the command below to collect diagnostic information and logs, then upload them to your Service Request (SR) to help with troubleshooting.
- To collect diagnostic information and logs without specifying a file name (default:
diagnostics-<ddmmyy-timestamp>.zip):exacloudmigration diag_collect - To collect diagnostic information and logs with a specified file name:
exacloudmigration diag_collect -fdiag_bundle.zip - Collect additional logs (if applicable).
If the failure occurred during Data Guard operations such as
dgassociation,switchover, orfailover, collect additional diagnostic logs from the target cluster.Run the following command to collect diagnostic logs for one hour before and after the issue:
dbaascli diag collect --startTime YYYY-MM-DDTHH24:MM:SS --endTime YYYY-MM-DDTHH24:MM:SS --dbNames <value> --waitForCompletion falseIf you need to collect logs for multiple databases, specify a comma-separated list of database names for the
--dbNamesparameter.For example:
--dbNames db1,db2,db3
Parent topic: Upload the logs to Service Request