Your database is in NOARCHIVELOG mode. You want to enable archiving for the database. Examine the steps:
1. Execute the ALTER DATABASE ARCHIVELOG command.
2. Execute SHUTDOWN IMMEDIATE.
3. Execute STARTUP MOUNT.
4. Set the DB_RECOVERY_FILE_DEST parameter to $ORACLE_HOME/dbs/.
5. Execute STARTUP NOMOUNT.
6. Open the database.
Identify the required steps in the correct sequence.
Correct Answer:C
You set the following parameters in the parameter file and restart the database instance:
Which two statements are true? (Choose two.)
Correct Answer:AD
You install Oracle Grid Infrastructure standalone server and issue the following command: crsctl start has
Which two existing components get automatically added to the Oracle Restart configuration? (Choose two.)
Correct Answer:AC
Which statement is true about profiles?
Correct Answer:D
Which two statements are true concerning the Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)? (Choose two.)
Correct Answer:AE
A: Setting a PDB resource plan is optional. If not specified, all sessions within the PDB are treated equally.
*
In a non-CDB database, workloads within a database are managed with resource plans.
In a PDB, workloads are also managed with resource plans, also called PDB resource plans. The functionality is similar except for the following differences:
/ Non-CDBDatabase Multi-level resource plans Up to 32 consumer groups Subplans
/ PDBDatabase
Single-level resource plans only Up to 8 consumer groups
(not B) No subplans