Oracle Cloud Infrastructure 2019 Architect Associate — Question 60
The 3rd party application that your customer wants to migrate to Autonomous Database (ADB) has some specific demands like tablespace names, usemames and init.ora parameters. The decision was made to adhere to the suggested migration method using an instant client and the datapump version that was suggested (and came with it).
Which statement is true about the migration of the application's database success?
Answer options
- A. The migration can be technically a success but the 3-rd party vendor needs to support the result.
- B. The suggested datapump version will create an alias for non-standard tablespace names so the migration is successful.
- C. The tablespace names will result in a blocking error during datapump import because of ADB limitations.
- D. The migration can be a success, both technically and functional due to datapump enhancements.
Correct answer: B
Explanation
Option B is correct because the suggested datapump version is designed to handle non-standard tablespace names by creating aliases, facilitating a successful migration. Options A and D are misleading as they imply conditions that could affect success, while C is incorrect since the datapump handles non-standard names effectively, avoiding blocking errors.