Which two resources might be prioritized between competing pluggable databases (PDBs) when creating a multitenant container database (COB) plan using Oracle Database Resource Manager?
Which two statements are true about service creation for pluggable databases (PDBs)?
You want to create a database and you have the following:
Oracle Grid Infrastructure is installed and configured
Oracle Database Vault is installed in ORACLE_HOME to be used for this database
Oracle Enterprise Manager Cloud Control is available and an agent is deployed on the database server
Examine the requirements:
Configuring the database instance to support shared server mode
Using Automatic Storage Management (ASM) for storing database files
Configuring a naming method to help a remote user connect to a database instance
Configuring the Fast Recovery Area
Configuring Database Vault
Configuring Enterprise Manager (EM) Database Express
Registering with EM Cloud Control
Configuring remote log archive destinations
Enabling daily incremental backups
Configuring a nondefault block size for nondefault block size tablespaces
Which of these requirements can be met while creating a database by using the Database Configuration Assistant (DBCA)?
As part of a manual upgrade process, after installing the software for Oracle Database 12c and preparing the new Oracle home, you shut down the existing single-instance database.
Which step should you perform next to start the upgrade of the database?
You are administering a multitenant container database (CDB) cdb1.
Examine the command and its output:
SQL>show parameterfile
NAMETYPEVALUE
-----------------------------------------------------------------------
db_create_file_deststring
db_file_name_convertstring
db_filesinteger200
You verify that sufficient disk space is available and that no file currently exists in the ‘/u0l/app/oracle/oradata/cdb1/salesdb' location.
You plan to create a new pluggable database (PDB) by using the command:
SQL>CREATEPLUGGABLEDATABASESALESPDB
ADMINUSERsalesadmIDENTIFIED 3Y password
ROLES=(dba)
DEFAULTTABLESPACEsales
DATAFILE' /u01/app/oracle/oradata/cdb1/salesdb/sales01 .dbf’SIZE 250M AUTOEXTEND ON
FILE_NAME_CONVERT=(‘/u01/app/oracle/oradata/cdb1/pdbseed/',
'/u01/app/oracle/oradata/cdb1/salesdb/')
STORAGE(MAXSIZE2G)
PATK_PREFIX='/u01/app/oracle/oradata/cdb1/SALESPDB';
Which statement is true?