Revision Questions
Revision Questions
Which two are true about RMAN backups when using a media manager? (Choose
two.)
A. A media manager always writes RMAN requested backups to tape.
B. By default, a request for a proxy copy may result in a backup set being created.
C. A media manager is required to create RMAN proxy copies.
D. A media manager is required to create RMAN image copies.
E. The media manager layer (MML) routines provided by Oracle support any
vendors' media management products.
NEW QUESTION 2
Which two are true about RMAN backups when using a media manager to write
backups to tape when there are only two tape drives? (Choose two.)
A. SBT tape compression can be used even if no RMAN compression is configured.
B. Any backup set written to the SBT device in this configuration can contain a
maximum of two backup pieces.
C. Any backup written to the SBT device in this configuration can contain a
maximum of two backup sets.
D. SBT tape compression and RMAN backup compression should be used in parallel.
E. The SBT device should be configured to use PARALLELISM 2 to allow both tape
drive to be used simultaneously.
NEW QUESTION 3
A database is configured in ARCHIVELOG mode.
Full RMAN backups are taken daily and no backup to trace has been taken of the
control file.
A media failure has occurred.
In which two scenarios is complete recovery possible? (Choose two.)
A. when any archived log from, before, or after the most recent backup is corrupt.
B. after losing all copies of the control file
C. after losing an archived log from after the most recent backup
D. after losing an archived log from before the most recent backup
E. after losing the SYSTEM tablespace
NEW QUESTION 4
A database is configured in ARCHIVELOG mode.
A full RMAN backup exists but no control file backup to trace has been taken.
A media failure has occurred.
In which two scenarios is incomplete recovery required? (Choose two.)
A. after losing a SYSAUX tablespace data file
B. after losing all members of an INACTIVE online redo log group
C. after losing all members of the CURRENT online redo log group
D. after losing all copies of the control file
E. after losing an UNDO tablespace that is in use
NEW QUESTION 5
A container database called CDB1 is OMF-enabled.
PDB_FILE_NAME_CONVERT is not configured in CDB1.
PDB1 was unplugged from CDB1 earlier in the week.
Examine this command, which will be executed in CDB1:
CREATE PLUGGABLE DATABASE pdb1 -
USING ‘/u01/app/oracle/oradata/pdb1.xml'
SOURCE_FILE_NAME_CONVERT =
(‘/u01/app/oracle/oradata/', ‘/u02/app/oracle/oradata/');
Which two are true? (Choose two.)
A. PDB1 data files already exist in the correct location.
B. DBMS_PDB.CHECK_PLUG_COMPATIBILITY must be run in CDB1 before executing
the command.
C. PDB_FILE_NAME_CONVERT must be set before executing the command.
D. /u01/app/oracle/oradata/pdb1.xml does not contain the current locations of data
files for PDB1.
E. PDB1 must be dropped from CDB1.
NEW QUESTION 6
Examine this configuration:
1. CDB1 is an Oracle Database 12c Release 2 container database (CDB).
2. PDB1 and PDB2 are two pluggable databases (PDBs) in CDB1.
After successfully performing all the preupgrade tasks, you execute these
commands from the Oracle Database 18c environment:
An online RMAN backup of the CDB was taken an hour before Restore Point R1 was
created. You want to recover PDB1 to Restore Point R1.
How do you achieve this?
A. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by
using SQL while connected to PDB1.
B. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by
using RMAN while connected to CDB$ROOT.
C. This cannot be done due to the lack of a clean restore point.
D. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by
using SQL while connected to CDB$ROOT.
E. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by
using RMAN while connected to PDB1.
NEW QUESTION 44
Which three are true about Automatic Workload Repository (AWR), Automatic
Database Diagnostic Monitor (ADDM), and the Manageability Monitor (MMON)
background process? (Choose three.)
A. AWR snapshots must be deleted when no longer required by ADDM.
B. ADDM can recommend extending the buffer cache.
C. ADDM performs its analysis only when a DBA requests it.
D. By default, AWR snapshots are automatically purged after eight days.
E. By default, MMON creates an AWR snapshot every 30 minutes.
F. ADDM can recommend shrinking the buffer cache.
NEW QUESTION 45
You must transport the UNIVERSITY tablespace from one database to another.
The UNIVERSITY tablespace is currently open read/write.
The source and destination platforms have different endian formats. Examine this
list of actions:
1.Make the UNIVERSITY tablespace read-only on the source system.
2.Export the UNIVERSITY tablespace metadata using EXPDP.
3.Convert the UNIVERSITY tablespace data files to the destination platform format
using RMAN on the source system.
4.Copy the UNIVERSITY tablespace data files to the destination system.
5.Copy the Data Pump dump set to the destination system.
6.Convert the UNIVERSITY tablespace data files to the destination platform format
using RMAN on the destination system.
7.Import the UNIVERSITY tablespace metadata using IMPDP.
8.Make the UNIVERSITY tablespace read/write on the destination system.
Which is the minimum number of actions required, in the correct order, to transport
the UNIVERSITY tablespace?
A. 2, 4, 5, 6, 7
B. 1, 2, 4, 5, 7, 8
C. 1, 2, 3, 4, 5, 7, 8
D. 1, 2, 3, 4, 5, 6, 7, 8
E. 1, 2, 4, 6, 7, 8
NEW QUESTION 46
Which three are true about RMAN archival backups with the RESTORE POINT clause?
(Choose three.)
A. Use of a recovery catalog is always required to support the creation and use of
archival backups.
B. They are never considered obsolete by RMAN.
C. Archive logs are retained if they are necessary to allow the database to be
recovered to a consistent state when an archival backup is restored.
D. The ARCHIVAL attribute for a backup overrides the RMAN retention policy.
E. They can optionally be written to a fast recovery area (FRA).
F. The SPFILE is included in the archival backup.
G. All archive logs are retained after an archival backup is taken, until the next
archival backup is taken of the same database.
NEW QUESTION 47
While backing up to an SBT channel, you determine that the read phase of your
compressed Recovery Manager (RMAN) incremental level 0 backup is a bottleneck.
FORCE LOGGING is enabled for the database.
Which two could improve read performance?
A. Increase the size of tape I/O buffers.
B. Increase the level of RMAN multiplexing.
C. Enable asynchronous disk I/O.
D. Disable FORCE LOGGING for the database.
E. Increase the size of the database buffer cache.
NEW QUESTION 48
Which two are true about OS groups and users for Oracle Grid Infrastructure and the
Oracle Relational Database Management System (RDBMS)? (Choose two.)
A. By default, members of the OSASM group can access Automatic Storage
Management and RDBMS instances.
B. The primary group for the Oracle Grid Infrastructure and Oracle Database owners
must be the Oracle Inventory group.
C. The Oracle Grid Infrastructure installation must be owned by the grid user.
D. The Oracle Grid Infrastructure owner owns Oracle Restart and Oracle Automatic
Storage Management binaries.
E. The Oracle Grid Infrastructure owner must have OSOPER, OSBACKUPDBA, and
OSKMDBA as secondary groups.
F. The same OSDBA group must be used for Automatic Storage Management and
the Oracle Database.
NEW QUESTION 49
You plan to install Oracle Grid Infrastructure for a Standalone Server and Oracle
Database for the first time on a server.
Examine this command and its outcome:
Which table or set of tables will exist after the Flashback operation has completed?
A. CDB1_TAB, APP_ROOT_TAB, and APP_PDB1_TAB
B. CDB1_TAB and APP_PDB1_TAB
C. none of the tables, because all three tables will be dropped
D. CDB1_TAB only
E. CDB1_TAB and APP_ROOT_TAB
NEW QUESTION 73
Which three are true about interpreting Recovery Manager (RMAN) error stacks
returned to standard output? (Choose three.)
A. Media Management errors appear as a line with "sbtio" and a number.
B. Media Management errors appear as a line with "sbtio".
C. If an RMAN command fails, the output will only identify the command that failed.
D. If an RMAN command fails, the output will identify the channel ID where the
failure occurred.
E. Media Management errors appear as a line with "Additional information" and a
number.
F. Some messages in the error stack are not errors.
NEW QUESTION 74
Which three are true about cloning databases into an existing CDB with RMAN?
A. A non-CDB can be cloned into a PDB.
B. A user with SYSDBA or SYSBKUP must be logged in with RMAN to CDB$ROOT
when cloning a PDB.
C. Two or more PDBs can be cloned with the same command.
D. A user with SYSDBA or SYSBKUP must be logged in with RMAN to the non-CDB
being cloned when cloning a non-CDB.
E. Only one PDB can be cloned at a time.
F. The target and auxiliary instance passwords must be the same.
NEW QUESTION 75
Which three are true about opatchauto? (Choose three.)
A. It applies patches in nonrolling mode by default.
B. Patches are applied via opatchauto.
C. It is used to apply interim patches to Oracle Grid Infrastructure and Oracle
Database home combinations.
D. It must be invoked by a user with root user privileges.
E. It performs a shutdown and then a restart of all processes in both Oracle Grid
Infrastructure and Oracle Database home during the patching process.
F. Users must always input patch plans to opatchauto.
G. It requires the Oracle Grid Infrastructure and Oracle Database instances to be
shut down before being invoked.
NEW QUESTION 76
Which two are true about the Oracle database methodology? (Choose two.)
A. SQL statements should always be tuned before tuning any file systems.
B. The Oracle Database time model should be used to find the database and
instance areas most in need of tuning.
C. The alert log should be used to find the database and instance areas most in
need of tuning.
D. The database instance memory should always be tuned before tuning any file
systems.
E. Tuning activities should stop once the user is satisfied with performance.
F. Tuning activities should stop once agreed service levels for performance have
been met.
NEW QUESTION 77
Which three are true about recovering tables using RMAN?
A. RMAN can recover a table after a DDL operation has altered the table structure.
B. RMAN can recover tables in the SYSTEM tablespace.
C. RMAN can recover tables owned by the SYS user.
D. RMAN always uses an auxiliary instance.
E. RMAN can recover tables owned by the SYSTEM user.
F. RMAN can recover tables in the SYSAUX tablespace.
G. RMAN can recover tables in a standby database.
NEW QUESTION 78
Examine this configuration:
4. CDB1is an Oracle Database 12c Release 2 database containing pluggable
databases PDB$SEED, PDB1, and PDB2.
5. PDB$SEEDis open READ ONLY
6. PDB1is open READ WRITE
7. PDB2 is MOUNTED.
8. ORACLE_HOMEis /u01/app/oracle/product/18.1.0/dbhome_1.
You execute these commands before upgrading the database to the current release
After a system crash, an instance restart and an attempted opening of the PDBs
result in: