Question 1 of 25
Select 2You plan to perform cross-platform PDB transport using XTTS. Which two are true? (Choose two.)
Show answer
How others answered
- BE50%
- BF17%
- AE17%
Only 50% agreed on this answer — treat it as contested rather than settled.
Explanation
There is more recent and more complete link: https://docs.oracle.com/en/database/oracle/oracle-database/18/bradv/rman-transporting-data-across-platforms.html#GUID-7523B82F-0DF6-4E1F-8FE6-DFDC049BA002 Correct D, E if you choose: About Cross-Platform Transport of PDBs, same endian , open read only, syntax without unplug: BACKUP FOR TRANSPORT PLUGGABLE DATABASE hr_pdb, sales_pdb FORMAT '/tmp/backups/pdb_%U'; correct B, E if you choose: Performing Cross-Platform Transport of a Closed PDB, same endian, closed pdb, syntax with unplug: BACKUP TO PLATFORM= 'Linux x86 64-bit' UNPLUG INTO '/u01/oradata/backups/metadata_hrpdb.xml' PLUGGABLE DATABASE hr_pdb FORMAT '/u01/oradata/backups/transport_hrpdb.bck';
Adapted from community discussion by mporislav · 2021-12-23 · 6 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.
Supporting references