Oracle Database Administration II — Question 97
You plan to perform cross-platform PDB transport using XTTS.
Which two are true? (Choose two.)
Answer options
- A. A backup of the PDB must exist, taken using the BACKUP command with the TO PLATFORM clause.
- B. The source PDB must be in MOUNT state.
- C. The source PDB must not be an application root.
- D. The source PDB can be in MOUNT or OPEN state.
- E. The source and target platforms must have the same endianness.
- F. Automatic conversion of endianness occurs.
Correct answer: B, E
Explanation
The correct answer includes B, as the source PDB needs to be in MOUNT state to be transported. E is also correct because for cross-platform transport, the source and target platforms must share the same endianness. Options A, C, D, and F are incorrect because they either misrepresent the requirements for PDB transport or state conditions that are not necessary for this process.