Automatic Storage Management (ASM requires that ars groups OSASM and OSDBA be assigned assecondary groups for its installation owner.
Choose three. Which three actions will add a resource to an Oracle Restart configuration?
A, C, F
Explanation:
Choose two. You want to install Oracle Grid Infrastructure for a Standalone Server using Oracle
Universal Installer (OUI). There is no existing Oracle installation on the server. Which two are
prerequisites?
A, B
Which three are true about Oracle Grid Infrastructure for a Standalone Server?
B, C, D
Automatic Storage Management (ASM requires that ars groups OSASM and OSDBA be assigned assecondary groups for its installation owner.
HR_ROOT is an application container with the HR_APP application installed. No application PDBs and
no application seed have yet been created in HR_ROOT. An application PDB, PDB1,must be created
so that the HR_APP application's common objects are accessible to it. Which two methods can be
used?
B, E
You execute this command successfully: SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
What is the outcome?
C
The ALTER DATABASE BACKUP CONTROLFILE TO TRACE command is one way to back up the control file. It produces a SQL script that you can use to re-create the database control file in case all multiplexed binary versions of the control file are lost due to a catastrophic failure.
Choose two. For which two tasks can you use the DBMS_PDB.DESCRIBE procedure?
A, E
Choose three. Which three are true about Audit policies in container databases (CDBs)?
B, D, E
Choose three. Which three are true about backing up the control file?
C, D, F
Choose the best answer. Your CDB has two regular PDBs as well as one application container with
two application PDBs and an application seed. No changes have been made to the standard PDB
$SEED. How many default temporary tablespaces can be assigned in the CDB?
A
The right answer is C. eight
The right answer is A. seven
Explanation:
In a multitenant container database (CDB) with pluggable databases (PDBs), each container can have its own default temporary tablespace. Here's the breakdown:
CDB$ROOT: The root container has one default temporary tablespace.
PDB$SEED: The seed PDB has its own default temporary tablespace.
Two regular PDBs: Each regular PDB has its own default temporary tablespace (2 total).
Application Root: The application root container has its own default temporary tablespace.
Two application PDBs: Each application PDB can have its own default temporary tablespace (2 total).
Application Seed: The application seed has its own default temporary tablespace.
Adding these together:
CDB$ROOT = 1
PDB$SEED = 1
Regular PDBs = 2
Application Root = 1
Application PDBs = 2
Total = 7
Choose two. Some archived log backups have been accidentally deleted from storage. Which two
commands should be used to update the status of backups in the recovery catalog to display only the
missing backups?
B, D
Choose three. Which three actions are mandatory post database upgrade?
A, C, F
Correct Answers:
A. Updating client scripts with the new Oracle home.
After upgrading a database, client scripts that reference the Oracle home directory must be updated to point to the new Oracle home to ensure compatibility.
F. Upgrading user tables that depend on Oracle-maintained abstract data types.
If user tables rely on Oracle-maintained abstract data types (such as XMLType or Spatial data types), they must be upgraded to remain consistent with the new database version.
B. Resetting passwords to enforce case-sensitivity.
Starting with Oracle 12c, password case-sensitivity is enabled by default. After an upgrade, passwords may need to be reset to comply with this requirement if they were created in a version without enforced case-sensitivity.
Choose two. Which two are prerequisites for using FLASHBACK TABLE?
B, C
Choose three. Which three are true about a container database (CDB)?
B, E, G
Choose two. Which two are true about an Oracle gold image-based installation in Oracle 18c and
later releases?
C, E
Choose two. Which two are true about an RPM-based Oracle Database installation?
B, D