Which three requirements must be met before a tablespace can be transported across different platforms?
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.
A&D&E
ADE
Not A
https://docs.oracle.com/html/E25494_01/tspaces013.htm
The source and the destination databases must use compatible database character sets.
ADE