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.
ans D,(A and E) ?
ans B,D,E
Ans A,C,E
B – no need of same Endian format. We can use convert tablespace
D – No need of 10.0 compatible. Target compatibility should be same or greater than the source starting from 8.0
8.0
Transporting a tablespace between databases on the same platform using transportable tablespaces
10.0
Transporting a tablespace between databases on different platforms using transportable tablespaces
Ans B, D, E