Which task would you perform to convert little-endian CLOB data to the big endian format
while transporting from a database created in an earlier version of Oracle to an Oracle 10g
database?
A.
Transport the data after changing the character set to be anendian-independent format in
the target database.
B.
Transport the data after changing the character set of the target database to bigendian.
C.
Use the CONVERT command of the RMAN utility.
D.
Use the CHANGE command of the RMAN utility.
E.
No action is required because Oracle RDBMS implicitly does the conversion in Oracle
10g database while accessing the data.