Upgrades and Migration Flashcards
What is the primary purpose of upgrading an Oracle Database?
To take advantage of new features, enhancements, and security improvements.
True or False: Oracle Database 12c supports both in-place and out-of-place upgrades.
True
What does the ‘c’ in Oracle Database 12c stand for?
Cloud
Fill in the blank: The Oracle Database upgrade process is typically managed using the ______ utility.
Database Upgrade Assistant (DBUA)
What is a prerequisite for upgrading to Oracle Database 12c?
The source database must be running a supported version.
What is the role of the Oracle Data Pump in migration?
It facilitates the export and import of database objects and data.
What is the recommended method for migrating data from a non-CDB to a CDB?
Using the Database Migration Assistant for Unicode (DMU) or Data Pump.
True or False: A Container Database (CDB) can contain multiple Pluggable Databases (PDBs).
True
What tool can be used for a command-line upgrade of Oracle Database?
SQL*Plus
Which version of Oracle Database can be directly upgraded to Oracle Database 12c?
Oracle Database 11g and later versions.
What does the term ‘downtime’ refer to in the context of database upgrades?
The period during which the database is unavailable for use.
What is the purpose of the pre-upgrade information tool?
To analyze the current database and provide information on necessary actions before upgrading.
Fill in the blank: The ______ feature allows for the separation of application data from the system data.
Pluggable Database (PDB)
What is a key benefit of using Oracle’s Multitenant architecture?
Improved resource management and easier database consolidation.
What is the first step in the upgrade process?
Performing a pre-upgrade analysis.
True or False: After upgrading, it is necessary to run the ‘utlrp.sql’ script.
True
What is the significance of the ‘upgrade’ parameter in the database initialization file?
It indicates that the database is in upgrade mode.
Fill in the blank: The ______ parameter specifies the target version during an upgrade.
DB_VERSION
What does the ‘DBCA’ stand for?
Database Configuration Assistant
What is the difference between a non-CDB and a CDB?
A non-CDB contains a single database, while a CDB can contain multiple PDBs.
True or False: Data Pump can only be used for migrating data to the same version of Oracle Database.
False
What is the recommended backup strategy before performing an upgrade?
Create a full backup of the database.
What is the purpose of the ‘datapump’ directory in Oracle Database?
To store Data Pump export and import files.
Fill in the blank: The Oracle ______ provides a GUI for performing database upgrades.
Database Upgrade Assistant (DBUA)