Oracle Database 12c: Advanced Administration — Question 177
Which three requirements must be met before a tablespace can be transported across different platforms?
Answer options
- A. Both the source and target databases must use the same character set.
- B. The platforms of both the source and target databases must have the same endian format.
- C. The compatible parameter value must be the same in the source and target databases.
- D. The minimum compatibility level for both the source and target databases must be 10.0.0.
- E. The tablespace to be transported must be in read-only mode.
Correct answer: B, C, D
Explanation
The correct options B, C, and D are essential for ensuring compatibility when transporting tablespaces across different platforms. Option A is incorrect because character set differences do not prevent transport, and option E is not a requirement for the transport process itself.