You are required to migrate your 11.2.0.3 database as a pluggable database (PDB) to a multitenant container database (CDB).The following are the possible steps to accomplish this task:1. Place all the user-defined tablespace in read-only mode on the source database.2. Upgrade the source database to a 12c version.3. Create a new PDB in the target container database.4. Perform a full transportable export on the source database with the VERSION parameter set to 12 using the expdp utility.5. Copy the associated data files and export the dump file to the desired location in the target database.6. Invoke the Data Pump import utility on the new PDB database as a user with the DATAPUMP_IMP_FULL_DATABASE role and specify the full transportable import options.7. Synchronize the PDB on the target container database by using the DBMS_PDS.SYNC_ODB function.Identify the correct order of the required steps.
In your multitenant container database (CDB) with two pluggable database (PDBs). You want to create a new PDB by using SQL Developer.Which statement is true?
Which two statements are true about the Oracle Direct Network File system (DNFS)? (Choose two.)
Examine the parameters for your database instance:Which three statements are true about the process of automatic optimization by using cardinality feedback? (Choose three.)
Which three statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled InUNIX? (Choose three.)
Examine the parameters for your database instance:You execute the following command:SQL> ALTER TABLESPACE undotbs1 RETENTION NOGUARANTEE;Which statement is true in this scenario?