Which three requirements must be met before a tablespace can be transported across different platforms?
Which three requirements must be met before a tablespace can be transported across different platforms?
To transport a tablespace across different platforms, the following requirements must be met: First, both the source and target databases must use the same character set, as differences in character sets can cause data corruption. Second, the platforms of both the source and target databases must have the same endian format, or the data must be converted if the endian formats differ. Third, the tablespace to be transported must be in read-only mode to ensure data consistency during transport.
I think the correct answer is ABE
Answer ADE
Answer A,D,E
i agree A D E
I think answer BDE. Answer A could is to strict; The charactersets must be compatible. Doc: https://docs.oracle.com/database/121/ADMIN/transport.htm
B is not correct because we can convert endian
Answer ADE, I read it from my Admin 2 textbook.
ADE is correct