1Z0-063 · Question #196
You want to migrate your Oracle 11g database as a pluggable database (PDB) in a multitenant container database (CDB). Examine the steps required to perform the migration: 1. Use Data Pump export to…
The correct answer is C. 2, 5, 1, 4, 7, and 6. This example is a dumpfile-based full transportable export/import operation. In this case the metadata from the source database is exported to a dump file, and both the dump file and the tablespace data files are transferred to a new system. The steps would be as follows: (2)…
Question
Options
- A1, 5, 4, 7, and 6
- B3, 2, 5, 1, 4, and 7
- C2, 5, 1, 4, 7, and 6
- D2, 1, 3, 5, 7, and 6
How the community answered
(29 responses)- A7% (2)
- B3% (1)
- C76% (22)
- D14% (4)
Explanation
This example is a dumpfile-based full transportable export/import operation. In this case the metadata from the source database is exported to a dump file, and both the dump file and the tablespace data files are transferred to a new system. The steps would be as follows: * (2) Set user tablespaces in the source database to READ ONLY. * (5) Create a CDB on the destination system, including a PDB into which you will import the source database. * (1) From the Oracle Database 11g Release 2 (11.2.0.3) environment, export the metadata and any data residing in administrative tablespaces from the source database using the FULL=Y and TRANSPORTABLE=ALWAYS parameters. Note that the VERSION=12 parameter is required only when exporting from an Oracle Database 11g Release 2 database. * (4) Copy the tablespace data files from the source system to the destination system. * (7) In the Oracle Database 12c environment, connect to the pre-created PDB and import the wp-12c- 1896123.pdf, page 11
Topics
Community Discussion
No community discussion yet for this question.