You plan to perform cross-platform PDB transport using XTTS.
Which two are true? (Choose two.)
Which three are true about transporting databases across platforms using Recovery Manager (RMAN) image copies? (Choose three.)
Examine this output of an export from the current release of an Oracle multitenant database:
$ sqlplus system/oracle.
SQL> col name for a10
SQL> select name, open_mode from v$pdbs;
NAME OPEN_MODE
---------------------------------------
PDB$SEED READ ONLY
PDB1 READ WRITE PDB2 MOUNTED
SQL> exit
Next you execute: $ expdp system/oracle full=y
What is the outcome?
Choose two. Which two are true about an RPM-based Oracle Database installation?
Choose two. Your SALES_ROOT application container has two application PDBs. The SALES_APP application has a common table, FIN.REVENUE, in the two PDBs. Examine this query and its output: SELECT containers_default, container_map, table_name FROM dba_tables WHERE owner='FIN' ; CONTAINERS_DEFAULT CONTAINER_MAP CONTAINER_MAP_OBJECT TABLE_NAME -------------------------------------------------------------------------------------------------------------------------------NO YES NO REVENUE NO NO YES MAPTABLE Which two are true?