Q142. Examine this configuration:
1. CDB1 is an Oracle Database 12c Release 2 database containing pluggable databases PDB$SEED, PDB1, and PDB2.
2. PDB$SEED is open READ ONLY
3. PDB1 is open READ WRITE
4. PDB2 is MOUNTED.
5. ORACLE_HOME is /u01/app/oracle/product/18.1.0/dbhome_1.
You execute these commands before upgrading the database to the current release:
$ . oraenv ORACLE_SID = [cdb1] ? cdb1 The Oracle base remains unchanged with value /u01/app/oracle $ $ORACLE_HOME/jdk/bin/java -jar preupgrade.jar TERMINAL TEXT
For which databases will fixup scripts be created?
- A. CDB1, PDB$SEED, PDB1, and PDB2
- B. PDB$SEED, PDB1, and PDB2 only
- C. CDB1 and PDB$SEED only
- D. CDB1, PDB1, and PDB2 only
- E. CDB1, PDB$SEED, and PDB1 only
Answer: E