Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Choose three. Which three actions are mandatory post database upgrade?

A.

Updating client scripts with the new Oracle home.

B.

Resetting passwords to enforce case-sensitivity.

C.

Run OPatch commands from the new Oracle home.

D.

Setting threshold values for tablespace alerts.

E.

Migration to unified auditing.

F.

Upgrading user tables that depend on Oracle-maintained abstract data types.

Full Access
Question # 5

RMAN is connected to a target database instance and an auxilary instance. You execute 3625the command: RMAN> DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE SECTION SIZE 1G; What is the outcome?

A.

RMAN uses the pull method to restore files using image copies

B.

RMAN uses the push method to transfer image copies

C.

RMAN uses the push method to transfer backup sets

D.

RMAN uses the pull method to restore files using backup sets

Full Access
Question # 6

Which are three of the steps taken by Database Configuration Assistant (DBCA) to clone a remote pluggable database (PDB) starting from Oracle 19c?

A.

creating a database link from CDB$ROOT in the local database to CDB$ROOT in the remote system that is to be cloned

B.

creating a database link from CDB$ROOT in the local database to the PDB in the remote system that is to be cloned

C.

backing up the cloned PDB

D.

opening the cloned PDB

E.

leaving the cloned PDB in mount state

Full Access
Question # 7

choose three Identify three reasons for using a recovery catalog with Recovery Manager (RMAN).

A.

to allow database duplication without a connection to the target instance.

B.

to store backup metadata that would cause the controlfile to become too large.

C.

to store backups that would cause the controlfile to become too large.

D.

to report on the database schema at an earlier point in time.

E.

to allow database duplication without a connection to the auxiliary instance.

Full Access
Question # 8

Identify three benefits of Unified Auditing.

A.

Decreased use ofstorage to store audit trail rowsin the database.

B.

It improves overall auditing performance.

C.

It guarantees zero-loss auditing.

D.

The audit trail cannot be easily modified because it is read-only.

E.

It automatically audits Recovery Manager (RMAN) events.

Full Access
Question # 9

Choose the best answer. Which should be tuned first when doing a performance tuning exercise for an Oracle Database environment?

A.

log writer performance

B.

database writer performance

C.

general operating system health

D.

SQL statements

E.

database instance memory management and sizes

Full Access
Question # 10

Choose two. Which two are true about the Program Global Area (PGA) and its management in an Oracle database instance?

A.

The entire PGA is located in the System Global Area (SGA) when using shared servers.

B.

PGA_AGGREGATE_LIMIT is a hard limit on the PGA size for any one session.

C.

The private SQL area (UGA) is located in the System Global Area (SGA) when using dedicated servers.

D.

The private SQL area (UGA) is located in the System Global Area (SGA) when using shared servers.

E.

Sorts and Hash Joins use PGA memory.

Full Access
Question # 11

Which two are true about Oracle instance recovery? (Choose three.)

A.

Recovery begins from the beginning of the CURRENT redo log group.

B.

Recovery begins from the last checkpoint position that was calculated by the Database Writer before instance failure.

C.

Recovery begins from the start of any ACTIVE redo log group or the start of the CURRENT log group if no other group is ACTIVE.

D.

Recovery reads redo until the end of the redo thread. SMON rolls back any dead transactions, and then the datanase is opened.

E.

Recovery begins from the last checkpoint position that was recorded in the control file by the checkpoint process (CKPT).

F.

Recovery reads redo until the end of the redo thread, and then opens the database. SMON then rolls back any dead transactions.

Full Access
Question # 12

Choose three. Which three are true about upgrading an application in an application container?

A.

An application root clone gets created automatically.

B.

The upgrade can be performed when connected either to CDB$ROOT or to PDB$SEED.

C.

After an application upgrade, the application container's PDBs remain synchronized with the existing application root.

D.

The upgrade must be performed when connected to CDB$ROOT.

E.

An application name and version number must be specified to upgrade the application.

F.

After an application upgrade, the application container's PDBs are automatically synchronized with the application root clone.

Full Access
Question # 13

choose one .Examine the RMAN commands: RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP"; RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP"; RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE PASSWORD FILE SECTION SIZE 400M; Which statement is true about the DUPLICATE command?

A.

It succeeds and creates multisection backup sets that are used for active database duplication.

B.

It fails because there is no connection to a recovery catalog.

C.

It succeeds only if the target database is in MOUNT state.

D.

It fails because no parallel channels are allocated for the auxiliary database.

Full Access
Question # 14

Examine this configuration: While CDB1 is open, ‘/u02/app/oracle/fast_recover_area/cdb1/CDB1/ controlfile02.ctl’is accidentally deleted. To recover from this critical failure, you execute these commands:

What will be the outcome?

A.

It will create ‘$ORACLE_HOME/dbs/cdb1/CDB1/controlfile02.ctl’

B.

It will create ‘/u01/app/oralce/oradata/CDB1/controlfile/controlfile02.ctl’.

C.

It will re-create ‘/u02/app/oracle/fast_recover_area/cdb1/CDB1/controlfile02.ctl’

D.

It will create ‘/u01/app/oracle/product/12.2.0.1/db_1/dbs/snapcf_cdb1control02.ctl’.

E.

It will fail because there is no autobackup of the controlfiles.

Full Access
Question # 15

Which two arc true about Optimizer Statistics ?

A.

They can be gathered by the DBMS_STATE package.

B.

They are ignored by Optimizer if they are state.

C.

They are gathered by the SQL Tuning Advisor.

D.

By default, they are automatically gathered by a maintenance job.

E.

They provide real-time data about schema objects.

Full Access
Question # 16

Which three are true about Automatic Workload Repository (AWR) and Automatic Database Diagnostic Monitor (ADDM) in an Oracle multitenant environment?

A.

AWR snapshots can be created in CDB$ROOT.

B.

ADDM can run in a nonroot container.

C.

AWR reports can be generated while connected to any container.

D.

All AWR data is stored in the CDB$ROOT SYSAUX tablespace.

E.

AWR snapshots can be created in a PDB.

F.

No AWR data is stored in the CDB$ROOT SYSAUX tablespace.

Full Access
Question # 17

Choose two. Which two are true about RMAN Multisection backups when a very large data file is divided into four sections?

A.

The four sections must be image copies.

B.

Each of the file sections must be processed serially.

C.

The four sections must be contained in backup sets.

D.

The four sections can be created in parallel.

E.

The four sections can be created serially.

Full Access
Question # 18

Choose the best answer. Examine this configuration: 1. CDB1 is a container database. 2.

COMMON_USER_PREFIX is set to an empty string. 3. PDB1 is a pluggable database in CDB1. 4. APP1_ROOT is an application container in CDB1. 5. APP1_PDB1 is an application PDB in APP1_ROOT. You execute these commands: S sqlplus sys/oracle@localhost:1521/cdb1 as sysdba SQL> CREATE ROLE role1 CONTAINER=CURRENT; Which is true?

A.

It will return an error because creation of a local role is not allowed in CDB$ROOT.

B.

ROLE1 will be created only in CDB$ROOT.

C.

It will return an error because common roles must start with C##.

D.

ROLE1 will be created only in CDB$ROOT and APP1_ROOT.

E.

ROLE1 will be created in CDB$ROOT, PDB1, APP1_ROOT, and APP1_PDB1.

Full Access
Question # 19

Choose two. Which two are true about monitoring waits for sessions and services?

A.

V$SERVICE_EVENT displays wait counts for every wait event for each service even including counts of zero for waits that never occurred.

B.

V$SESSION_WAIT and V$SESSION both contain details of the event on which a non-waiting session last waited.

C.

V$SESSION_WAIT and V$SESSION both contain details of the event on which a waiting session is currently waiting.

D.

V$SESSION_EVENT displays all waits events for those events that have occurred at least once for sessions that have now terminated.

E.

V$SESSION_WAIT_CLASS displays waits broken down by wait class only for terminated sessions.

Full Access
Question # 20

Choose three. Which three are true in Oracle 19c and later releases?

A.

Tablespaces always remain in read/write mode during transportable tablespace operations.

B.

Tablespaces never remain in read/write mode during transportable tablespace operations.

C.

A transportable data pump import can leave a plugged-in tablespace in read-only mode.

D.

Simultaneous data pump jobs can be limited at the pluggable database (PDB) level.

E.

A transportable data pump import can leave a plugged-in tablespace in read/write mode.

F.

An ordinary data pump export of a table with encrypted columns will always encrypt the same columns when imported.

Full Access
Question # 21

Choose two. Which two statements are true when row-archival management is enabled?

A.

The ORA_ARCHIVE_STATE column may only be queried by users with the DBA role set.

B.

The ORA_ARCHIVE_STATE column is only displayed if it is referenced in the column select list of a query

C.

The ROW ARCHIVAL VISIBILITY session parameter defaults to active rows.

D.

The ORA_ARCHIVE_STATE column may only be updated by users with the DBA role set.

E.

The ORA_ARCHIVE_STATE column is updated in an overnight maintenance job based on activity tracking.

Full Access
Question # 22

Which two are true about gathering optimizer statistics? (Choose two.)

A.

Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open PDBs except PDB$SEED.

B.

Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to a PDB opened in read/ write mode gathers object statistics for that PDB.

C.

Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics only in CDB$ROOT.

D.

System statistics can be gathered only while connected to CDB$ROOT.

E.

Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open pluggable databases (PDBs)

Full Access
Question # 23

Choose three. Your container database, CDB1, is in local undo mode. You successfully execute this command while connected to CDB1: CREATE PLUGGABLE DATABASE pdb1 ADMIN USER pdb1_admin IDENTIFIED BY pdb123 ROLES= (CONNECT) CREATE_FILE_DEST='/u01/app/oracle/oradata/cdb1/pdb1' ; Which three are true about PDB1?

A.

It has the same common users defined as does CDB1.

B.

It has only local roles.

C.

It has the same number of roles as CDB1.

D.

Service PDB1 is created for remote logins to PDB1.

E.

It is in mount state after creation.

F.

It has no local users.

Full Access
Question # 24

Which two are true about Oracle Optimizer Statistics, their use, and their collection? (Choose two.)

A.

The number of table rows is considered when evaluating the cost of accessing a table using an index.

B.

Index balanced B*Tree height is considered when evaluating the cost of using an index.

C.

The Statistics Advisor can help recommend the best way to gather statistics.

D.

Statistics collected using DBMS_STATS always yield the best optimizer result.

E.

The Statistics Advisor generates actions for all recommendations.

Full Access
Question # 25

You notice that the performance of your production 24x7 Oracle 12c database has significantly degraded. Sometimes, you are not able to connect to the database instance because it hangs. How can you detect the cause of the degraded performance?

A.

by performing emergency monitoring using Real-Time Automatic Database Diagnostic Monitor (ADDM) to fetch data directly from SGA for analysis

B.

by running ADDM to fetch information from the latest Automatic Workload Repository (AWR) snapshots

C.

by using Active Session History (ASH) data and performing hang analysis

D.

by running ADDM in diagnostic mode

Full Access
Question # 26

You create a table with the PERIOD FOR clause to enable the use of the Temporal Validity feature of Oracle Database 12c. Examine the table definition: create table employees (empno number, salary number, deptid number, name varchar2(100), period for employee_time); Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?

A.

The valid time columns employee_time_start and employee_time_end are automatically created.

B.

Thesamestatementmayfilteronbothtransactiontimeandvalidtemporaltimebyusingthe AS OF TIMESTAMP and PERIOD FOR clauses.

C.

The valid time columns are not populated by the Oracle Server automatically.

D.

The valid time columns are visible by default when the table is described.

E.

Setting the session valid time using DBMS_FLASHBACK_ARCHIVE.ENABLE_AT_VALID_TIME sets the visibility for data manipulation language (DML), data definition language (DDL), and queries performed by the session.

Full Access
Question # 27

Choose three. Which three are performed by Oracle Automatic Storage Management (ASM) instances?

A.

mounting disk groups

B.

acting as an I/O server to read data file blocks from ASM disks on behalf of database server processes

C.

managing extent allocation for Oracle database segments

D.

managing Allocation Units (AUs) for disk group content

E.

managing space allocation for Oracle ASM files

F.

acting as an I/O server to write data file blocks to ASM disks on behalf of Database Writer processes (DBWn)

Full Access
Question # 28

Choose two. Which two are true about the execution of operating system scripts starting from Oracle Database 19c?

A.

The root password cannot be specified in a response file.

B.

The sudo password must be specified in a response file.

C.

orainstRoot.sh can be executed automatically by the Database installer by using sudo or root credentials.

D.

root.sh can be executed automatically by the Database installer only if it is provided with root credentials.

E.

root.sh can be executed automatically by the Database installer only by using sudo credentials.

Full Access
Question # 29

choose one You take regular backups of one of your production databases by using RMAN with a recovery catalog. You have added two new tablespaces to this database which must be included in future backups. Which process occurs which allows the new backups to contain the new datafiles?

A.

The target database control file is synchronized from the recovery catalog with a partial resync at the next backup.

B.

The recovery catalog is synchronized from the target database control file with a full resync at the next backup.

C.

The target database control file is synchronized from the recovery catalog with a full resync at the next backup.

D.

The recovery catalog is synchronized from the target database control file with a partial resync at the next backup.

Full Access
Question # 30

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? (Choose two.)

A.

Increase the size of tape I/O buffers.

B.

Disable FORCE LOGGING for the database.

C.

Increase the size of the database buffer cache.

D.

Enable asynchronous disk I/O.

E.

Increase the level of RMAN multiplexing.

Full Access
Question # 31

Choose three. Which three are true about Oracle Grid Infrastructure for a Standalone Server?

A.

It requires Oracle ASMLib to manage Automatic Storage Management (ASM) disks.

B.

It creates one disk group during installation.

C.

It includes both Oracle Restart and Oracle Automatic Storage Management (ASM) software.

D.

Automatic Storage Management (ASM) requires that O/S groups OSASM and OSDBA be assigned as secondary groups for its installation owner.

E.

It requires Oracle ASM Fitter Driver (ASMFD) to manage Automatic Storage Management (ASM) disks.

F.

It requires the operating system ORACLE_BASE environment variable to be predefined before installation.

Full Access
Question # 32

Choose three. PDB1 and PDB2 are pluggable databases in CDB1. Examine these commands: $ export ORACLE_SID=CDB1 $ sqlplus / as sysdba SQL> STARTUP ....... Database opened. SQL> SHOW PDBS CON_ID CON_NAME --------------------------------------------------------------------OPEN MODE READ ONLY NO MOUNTED MOUNTED SQL> ALTER PLUGGABLE Pluggable database altered. SQL> ALTER PLUGGABLE DATABASE pdb1 SAVE STATE; Pluggable database altered. SQL> ALTER PLUGGABLE DATABASE pdb1 CLOSE; Pluggable database altered. SQL> ALTER PLUGGABLE A DATABASE pdb2 OPEN; Pluggable database altered. CDB1 is then restarted. Which three are true?

A.

PDB2 will be opened READ WRITE.

B.

PDB1 will be opened READ WRITE.

C.

PDB1 will be MOUNTED.

D.

PDB$SEED will be opened READ ONLY.

E.

PDB$SEED will be MOUNTED

F.

PDB2 will be MOUNTED.

Full Access
Question # 33

You accidentally drop the CUSTOMERS table, and then recover it by using the FLASHBACK TABLE command. Which two statements are true about the dependent objects of the CUSTOMERS table?

A.

All the triggers associated with the table are flashed back but are disabled.

B.

Materialized views that use the CUSTOMERS table are flashed back.

C.

LOB segments associated with the CUSTOMERS table are flashed back.

D.

All the constraints defined on the table, except the referential integrity constraints, are flashed back.

E.

Only the primary key constraint created for the table is flashed back, whereas all other indexes must be retrieved separately.

Full Access
Question # 34

Which two are prerequisites for performing Flashback Transaction?

A.

Fast Recovery Area must be enabled for the database

B.

The EXECUTE privilege must be granted to a user on the DBMS_FLASHBACK package.

C.

Undo retention guarantee must be configured for the database.

D.

A supplemental log must be enabled for the primary key.

E.

A supplemental log must be enabled for the primary key.

Full Access
Question # 35

Choose two. In performance management, which two factors might reduce the ability of an application to scale to a larger number of users?

A.

poorly trained users who do not commit transactions

B.

the number of tablespaces containing tables updated by a transaction

C.

issuing multiple savepoints during a transaction

D.

the number of data files containing extents belonging to tables updated by a transaction

E.

poorly written SQL

Full Access
Question # 36

Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information lifecycle Management (ILM)?

A.

Tracking the most recent read time for a table segment in a user tablespace

B.

Tracking the most recent write time for a table segment in a user tablespace

C.

Tracking insert time by row for table rows

D.

Tracking the most recent write time for a table block

E.

Tracking the most recent read time for a table segment in the SYSTEM tablespace

F.

Tracking the most recent write time for a table segment in the SYSAUX tablespace Correct

Full Access
Question # 37

Choose three. Which three are true about Rapid Home Provisioning of Oracle software?

A.

It can be used to patch existing Oracle software installations.

B.

It can be used only on nodes with Oracle Grid Infrastructure installed.

C.

It can be used to create a single-instance Oracle Database in an already-installed Oracle home. D)It can be used to deploy new homes without disrupting active databases.

D.

It can be used to create templates of Oracle homes as gold images of only Oracle databases.

E.

It can be used to upgrade only single-instance databases running on Oracle Restart.

Full Access
Question # 38

choose two Examine the command to duplicate a database: RMAN> DUPLICATE TARGET DATABASE TCddb PLUGGABLE DATABASE pdbl,pdb5; Which two statements are true about the DUPLICATE command?

A.

The root and the seed database in the container database (CDB) are also duplicated.

B.

A backup of PDB1 and PDB5 must exist before executing the command.

C.

The SPFILE is copied along with the data files of the pluggable databases (PDBs).

D.

An auxiliary instance must be started with the initialization parameter ENABLE_PLUGGABLE_DATABASE set to TRUE. E) The DUPLICATE command first creates a backup, and then duplicates the

PDBs by using the backup.

Full Access
Question # 39

Which statement describes the significance of the CHANGE FAILURE command in RMAN? (Choose all that apply.)

A.

It is used to change failure priority only for HIGH or LOW priorities.

B.

It is used to execute the advised repair script.

C.

It is used to change failure priority only for the CRITICAL priority.

D.

It is used to explicitly close the open failures.

E.

It is used to inform the database about the repair after the repair script executes.

Full Access
Question # 40

Which three are located by using environment variables?

A.

the Optimal Flexible Architecture (OFA) compliant path to store Oracle software and configuration files.

B.

the location of Oracle Net Services configuration files

C.

the list of a disk group names to be mounted by an Oracle Automatic Storage Management (ASM) instance at startup

D.

default directories for temporary files used by temporary tablespaces

E.

the temporary disk space used by Oracle Installer during installation

F.

the maximum number of database files that can be opened by a database instance

Full Access
Question # 41

Which four are true about duplicating a database using Recovery Manager (RMAN)? (Choose four.)

A.

Duplication can be done by having the auxiliary database instance pull backup sets from the target database instance.

B.

A connection to an auxiliary instance is always required.

C.

A subset of the target database can be duplicated.

D.

A new DBID is always created for the duplicated database.

E.

A connection to the recovery catalog instance is always required.

F.

A backup of the target database is always required.

G.

Duplication can be done by having the target database instance push copies to the auxiliary database instance.

Full Access
Question # 42

Choose three. Which three are true about post-upgrade activities when upgrading an Oracle database using Database Upgrade Assistant?

A.

Any Recovery Manager (RMAN) recovery catalog must be upgraded manually.

B.

After a manual upgrade, TNSNAMES.ORA entries must be updated to reflect the new ORACLE_HOME.

C.

Time zone files must be upgraded manually using the DBMS_DST PL/SQL package.

D.

The new extended data type capability must be enabled by running the utlrp.sql script

E.

The Oracle Application Express configuration should be updated after upgrading Oracle Database.

Full Access
Question # 43

Choose two. Which two are true about various Oracle security and auditing capabilities?

A.

Application-common Transparent Security Data Protection (TSDP) policies can be created only if all the PDBs in the application container are closed.

B.

Application-common TSDP policies are always container specific.

C.

Application-common OLS policies can be created only if all the PDBs in the application container are closed.

D.

Unified auditing can be automatically synchronized to all application PDBs in an application container.

E.

Fine-grained auditing (FGA) policies in an application root are automatically synchronized to all application PDBs contained in the application container when they are updated.

Full Access
Question # 44

Choose two. Which two are true about gathering optimizer statistics?

A.

Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics only in PDB$SEED.

B.

Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics only in CDB$ROOT.

C.

Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open pluggable databases (PDBs).

D.

System statistics can be gathered only while the CDB is in MOUNT state.

E.

Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to a PDB opened in read/ write mode gathers object statistics for that PDB.

Full Access
Question # 45

Choose two. Which two are true about an Oracle gold image-based installation in Oracle 18c and later releases?

A.

It does not require the setup wizard.

B.

It can be used to install and upgrade Oracle Database for single-instance and cluster configurations.

C.

It can be used for both Oracle Database and Oracle Grid Infrastructure installation.

D.

It uses a single RPM that automatically extracts and installs the Oracle Database software.

E.

It can only install and configure Oracle Database software. The database has to be created separately.

Full Access
Question # 46

choose two Examine these RMAN commands: RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP"; RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP"; RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE PASSWORD FILE SECTION SIZE 400M; Which two statements are true about the DUPLICATE comman

A.

It succeed

B.

It fails because no parallel channels are allocated for the auxiliary databa

C.

It fails because connection to the AUXILIARY instance must be as SYSD

D.

Itsucceeds only if the target database is greater than 40

E.

No catalogued backup of the TARGET is used to duplicate the databa

Full Access
Question # 47

Which three are true about Automatic Workload Repository (AWR) snapshots?

A.

They can be retained forever.

B.

They are always created automatically.

C.

They are always created manually.

D.

They are generated if STATISTICS LEVEL is set to TYPICAL.

E.

They are generated if STATISTICS LEVEL is set to BASIC.

F.

They are generated if STATISTICS LEVEL is set to ALL.

Full Access
Question # 48

Choose the best answer. A schema owner truncated a table in error and must recover the data. Which Oracle Flashback feature could be used to recover the data?

A.

FLASHBACK DATABASE

B.

FLASHBACK TABLE

C.

FLASHBACK VERSION QUERY

D.

FLASHBACK DATA ARCHIVE

E.

FLASHBACK TRANSACTION

Full Access
Question # 49

Which two are true about Recovery Manager (RMAN) diagnostic message output? (Choose two.)

A.

Media Management messages for SBT devices are always written to sbtio.log.

B.

RMAN error stacks should be read from the bottom up as that is the order in which errors are generated.

C.

RMAN error stacks should be read from the top down as that is the order in which errors are generated.

D.

The RMAN LOG command line clause causes output issued during RMAN command compilation to be written to a log file and to standard output.

E.

The RMAN LOG command line clause causes output issued during RMAN command compilation to be written to a log file only.

F.

Media Management messages for SBT devices are written to an Oracle trace file.

Full Access
Question # 50

Examine the command to duplicate a database: RMAN> DUPLICATE TARGET DATABASE TO cdb PLUGGABLE DATABASE pdb1, pdb5; Which two statements are true about the DUPLICATE command?

A.

he SPFILE is copied along with the datafiles of the pluggable databases (PDBs). The root and the seed database in the container database (CDB) are also duplicated.

B.

A backup of pdb1 and pdb5 must exist before executing the command.

C.

The duplicate command first creates a backup, and then duplicates the PDBs by using the backup.

D.

A backup of CDB and pdb1 and pdb5 must exist before executing the command.

E.

An auxiliary instance must be started with the initialization parameter ENABLE_PLUGGABLE_DATABASE set to TRUE.

Full Access
Question # 51

Choose two. For which two tasks can you use the DBMS_PDB.DESCRIBE procedure?

A.

to generate an XML metadata file that describes a non-CDB Oracle 12c database so that it can be plugged in as a PDB

B.

to generate an XML metadata file from any unplugged PDB

C.

to determine whether an XML file describes a PDB that can be plugged into the CDB in which you run the procedure

D.

to generate a . pdb archive file for any PDB in the current CDB

E.

to generate an XML metadata file that describes the current plugged-in PDB

Full Access
Question # 52

Which four are true about RMAN backup sets? (Choose four.)

A.

A backup piece can belong to only one backup set.

B.

A data file can be split into multiple sections stored in different backup sets.

C.

A data file can be split into multiple sections stored in different backup pieces in the same backup set.

D.

Blocks from multiple data files can be contained in one backup piece,

E.

A backup set can contain only one backup piece.

F.

A backup set must be written to media.

G.

A backup set must be written to disk.

Full Access
Question # 53

In one of your databases, unified auditing is enabled and an SH.SALES table exists. You successfully execute these commands: SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales; SQL> AUDIT POLICY sales_pol; Which statement is true about SALES_POL?

A.

It is enabled for all users having SELECT privilege on SH.SALES.

B.

Only successful queries of SH.SALES are written to the audit trail.

C.

It is only enabled for user SH.

D.

Audit records are always stored in an external audit file.

Full Access
Question # 54

Which two are true about the execution of operating system scripts starting from Oracle Database 19c? (Choose two.)

A.

orainstRoot.sh can be executed automatically by the Database installer by using sudo or root credentials.

B.

root.sh can be executed automatically by the Database Installer only if it is provided with root credentials.

C.

The sudo password can be specified in a response file.

D.

root.sh can be executed automatically by the Database installer only by using sudo credentials.

E.

The sudo password must be specified in a response file.

F.

The root password cannot be specified in a response file.

Full Access
Question # 55

Which three RMAN persistent settings can be set for a database?

A.

backup retention policy

B.

default backup device type

C.

default section size for backups

D.

default destinations for backups

E.

multiple backup device types for a single backup

Full Access
Question # 56

choose one You enable Flashback Data Archive for a table for which you want to track and save all transactions for four years. After some time, the requirement changes for keeping transactions from four to two years. You execute the following command to change the requirement: SQL> ALTER FLASHBACK ARCHIVE fdal MODIFY RETENTION 2 YEAR; What is the outcome?

A.

All historical data older than two years, if any, is purged from the flashback archive FDA1.

B.

An error is returned because the retention period cannot be reduced.

C.

All the flashback data archives are purged and the subsequently created flashback archives are maintained for two years

D.

All historical data older than two years, if any, is archived to flashback logs and the flashback archive is set to new retention time.

Full Access
Question # 57

Choose two. Which two are true about reclaiming space used by Flashback logs in Oracle Database 19c and later releases?

A.

Space might be reclaimed proactively before space pressure occurs.

B.

Space is always reclaimed proactively before space pressure occurs.

C.

Space might be reclaimed automatically when the retention period for Flashback logs is lowered.

D.

Space is always reclaimed automatically when the retention period for Flashback logs is lowered.

E.

Space is only reclaimed when there is space pressure in the Fast Recovery Area (FRA).

Full Access
Question # 58

Choose three. Which three are true about Recovery Manager (RMAN) active database duplication?

A.

Pre-existing backups of the database to be duplicated are required for the "push" method of duplication.

B.

Pre-existing backups of the database to be duplicated are required for the "pull" method of duplication.

C.

Pre-existing backups of the database to be duplicated are always used if they exist.

D.

Image copies can be used to duplicate the active database.

E.

The active database must be duplicated while in OPEN state.

F.

No connection to the recovery catalog is required for active database duplication.

G.

Backup sets can be used to duplicate the active database.

Full Access
Question # 59

A container database (CDB) contains two pluggable databases PDB1 and PDB2. The LOCAL_UNDO_ENABLED database property is set to FALSE in the CDB. Data file 24 of PDB2 was deleted and you need to restore and recover it. The only RMAN backup that exists was created with the BACKUP DATABASE command while connected to CDB$ROOT. Which three are true? (Choose three.)

A.

Data file 24 can be recovered only while connected to PDB2.

B.

Data file 24 can be restored and recovered while connected to CDB$ROOT.

C.

Data file 24 can be restored only while connected to CDB$ROOT.

D.

Data file 24 can be restored only while connected to PDB2.

E.

Data file 24 can be recovered while connected to PDB2.

F.

Data file 24 can be recovered while connected to CDB$ROOT.

Full Access
Question # 60

Which three methods can be used for heap table data migration after upgrading a database? (Choose three.)

A.

using Database Replay

B.

using SQL Developer

C.

using Oracle Data Pump

D.

using operating system file copy utilities

E.

using Database Upgrade Assistant

F.

using the CREATE TABLE AS SELECT SQL statement

Full Access
Question # 61

Oracle Managed Files (OMF) is enabled in a CDB and this command is successfully executed: Which three are true? (Choose three.)

A.

Application PDBsthat are subsequently created in the APP1 application container will be cloned from APP1$SEED.

B.

An application seed PDB is created for APP1.

C.

An application root PDB is created for APP1.

D.

A default service is created for the application root APP1.

E.

Application PDBs that are subsequently created in the APP1 application container will be cloned from PDB$SEED.

F.

APP1 can never be unplugged.

Full Access
Question # 62

Examine this configuration: 1. The ORCL database data files are in Automatic Storage Management (Oracle ASM) disk group +DATA. 2. ORCL uses disk group +FRA for the Fast Recovery Area. 3. LISTENER is the listener for ORCL. 4. The database, listener, ASM instance, and ASM disk groups are managed by Oracle Restart. 5. All components are currently shut down. You execute this command:

What is the outcome?

A.

The ORCL database, the Oracle ASM instances, the +DATA and +FRA disk groups, and the LISTENER are started.

B.

Only the ORCL database instance is started.

C.

Only the ORCL database and the ASM instances are started.

D.

Only the ORCL database instance, the Oracle ASM instance, and the +DATA and +FRA disk groups are started.

E.

Only the ORCL database instance and the +DATA and +FRA disk groups are started.

Full Access
Question # 63

A container database, CDB1, contains a pluggable database PDB1. Another container database is called CDB2. You want to relocate PDB1 from CDB1 to CDB2 with near-zero down time. Which three are required?

A.

CDB2 must be in shared UNDO mode only.

B.

CDB2 must be in archivelog mode.

C.

CDB1 must be in archivelog mode.

D.

CDB1 and CDB2 must both be in local UNDO mode.

E.

CDB1 must be in shared UNDO mode only.A container database, CDB1, contains a pluggable database PDB1.

F.

CDB1 and CDB2 must be in shared UNDO mode.

Full Access
Question # 64

Which three are true about Database Point-in-Time Recovery? (Choose three.)

A.

The database must have FLASHBACK DATABASE ON to perform Database Point-in-Time Recovery.

B.

The database must be in MOUNT state when performing Database Point-in-Time Recovery.

C.

Database Point-in-Time Recovery is performed by the Managed Recovery Process (MRP)

D.

The Database must be in ARCHIVE LOG mode.

E.

The target point for the recovery must be specified as a stime or System Change Number (SCN).

F.

The database must be open RESETLOGS after Database Point-in-Time Recovery.

Full Access
Question # 65

Which three are true about requirements for various FLASHBACK operations? (Choose three.)

A.

FLASHBACK transaction query requires undo to retrieve all versions of a row that existed between two points in time.

B.

FLASHBACK drop requires that the RECYCLEBIN parameter be set to ON.

C.

FLASHBACK version query requires that the RECYCLEBIN parameter be set to ON.

D.

FLASHBACK DATA ARCHIVE requires undo to store all versions of all rows of a table being tracked.

E.

FLASHBACK drop requires undo to retrieve all versions of a row that existed two points in time.

F.

FLASHBACK version query requires undo to retrieve all versions of a row that existed between two points in time.

Full Access
Question # 66

Which two arc true about the Automatic Database Diagnostic Monitor (ADDM)?

A.

By default it analyzes a period of time corresponding to the last 4 hours of activity.

B.

When ADDM reports multiple findings, summing all their impacts can yield to more than 100% of DB time

C.

By default it analyzes a period of time corresponding to the last 24 hours of activity.

D.

It runs automatically after each AWR snapshot.

E.

Results are written to the alert log.

Full Access
Question # 67

Your container database, CDB1, has an application container, HR_ROOT, with an application PDB, HR_PDB1. You have the required privilege to clone HR_PDB1 to container database CDB2, which does not contain HR_ROOT. Which two are always true? (Choose two.)

A.

CDB1 and CDB2 must be in shared undo mode.

B.

A common user must exist in CDB2 with the CREATE PLUGGABLE DATABASE privilege.

C.

All transactions in HR_PDB1 of CDB1 must commit before the cloning process starts.

D.

Cloning HR_ROOT automatically clones HR_PDB1.

E.

The HR_PDB1clone created in CDB2 will be in mount state when cloning ends.

Full Access
Question # 68

A user complains about poor database performance. You want to verify if the user’s session has waited for certain types of I/O activity. Which view displays all waits waited on by a session at least once?

A.

V$SESSION_EVENT

B.

V$SESSTAT

C.

V$SESSION_WAIT

D.

V$SESSION_WAIT_CLASS

E.

V$SESSION

Full Access
Question # 69

Which three can be done using Oracle Database Configuration Assistant (DBCA) starting from Oracle Database 19c? (Choose three.)

A.

cloning a remote container database in interactive mode

B.

cloning a remote pluggable database in silent mode

C.

relocating a remote pluggable database in interactive mode

D.

relocating a remote container database in silent mode

E.

cloning a remote container database in silent mode

F.

relocating a remote pluggable database in silent mode

G.

relocating a remote container database in interactive mode.

Full Access
Question # 70

Which three are true about thresholds, metrics, and server-generated alerts? (Choose three.)

A.

All metrics are instance related.

B.

Cleared stateful alerts are displayed by querying DBA_ALERT_HISTORY.

C.

A space usage management alert is automatically cleared after the underlying problem is resolved

D.

They are generated by SMON when a tablespace is 97% full.

E.

Metrics are statistical counts for a specific unit.

F.

STATISTICS_LEVEL must be set to ALL to generate alerts.

Full Access
Question # 71

Choose two. Which two are true about Oracle Database Configuration Assistant (DBCA)?

A.

It can only be launched from the command line interface.

B.

It can be launched from both the command line and the Universal Installer (OUI) interfaces.

C.

It can be used to create container databases and non-container databases.

D.

It can be used to change the character set of an existing database.

E.

It can be used to convert a non-container database to a container database.

Full Access
Question # 72

You upgraded your database from pre-12c to a multitenant container database (CDB) containing pluggable databases (PDBs). Examine the query and its output: Which two tasks must you perform to add users with SYSBACKUP, SYSDG, and SYSKM privilege to the password file?

A.

Assign the appropriate operating system groups to SYSBACKUP, SYSDG, SYSKM.

B.

Grant SYSBACKUP, SYSDG, and SYSKM privileges to the intended users.

C.

Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege and the FORCE argument set to No.

D.

Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege, and FORCE arguments set to Yes.

E.

Re-createthepasswordfileintheOracleDatabase12cformat. Correct

Full Access
Question # 73

You execute the following piece of code with appropriate privileges: BEGIN DBMS_REDACT.ADD_POLICY ( END; object_schema object_name column_name policy_name function_type expression => 'SCOTT', => 'EMP', => 'SAL', => 'SCOTT_EMP', => DBMS_REDACT.FULL, => 'SYS_CONTEXT (''SYS_SESSION_ROLES'',''MGR'') = ''FALSE'''); END; BEGIN DBMS_REDACT.ADD_POLICY ( object_schema object_name column_name policy_name function_type expression => 'SCOTT', => 'EMP_VW', => 'SAL', => 'SCOTT_EMP_VW', => DBMS_REDACT.NONE, => 'SYS_CONTEXT (''SYS_SESSION_ROLES'',''MGR'') = ''FALSE'''); User SCOTT has been granted the CREATE SESSION privilege and the MGR role. Which two statements are true when a session logged in as SCOTT queries the SAL column in the view and the table?

A.

DataisredactedfortheEMP.SALcolumnonlyiftheSCOTTsessiondoesnothavetheMGR role set.

B.

DataisredactedforEMP.SALcolumnonlyiftheSCOTTsessionhastheMGRroleset.

C.

Data is never redacted for the EMP_VW.SAL column.

D.

Data is redacted for the EMP_V.SAL column only if the SCOTT session has the MGR role set.

E.

Data is redacted for the EMP_V.SAL column only if the SCOTT session does not have the MGR role set. Correct

Full Access
Question # 74

.Examine the RMAN command: RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG; Which prerequisite must be met before accomplishing the backup?

A.

The password for the encryption must be set up.

B.

Oracle wallet for the encryption must be set up.

C.

All the tablespaces in the database must be encrypted

D.

Oracle Database Vault must be enabled.

Full Access
Question # 75

Which two are true about creating pluggable databases (PDBs) using snapshots in Oracle 19c and later releases? (Choose two.)

A.

A PDB snapshot is always a full copy of the source PDB.

B.

A PDB snapshot is always a sparse copy of the source PDB.

C.

A snapshot copy PDB depends on a storage snapshot which can only be stored on specific file systems.

D.

A PDB snapshot depends on a storage snapshot which can be stored on any file system.

E.

A PDB snapshot depends on a storage snapshot which can only be stored on specific file systems.

F.

A snapshot copy PDB depends on a storage snapshot which can be stored on any file system.

G.

A snapshot copy PDB can be created from a stand-alone clone PDB.

Full Access
Question # 76

Choose the best answer. Which operating system group is NOT needed to perform an Oracle Database installation?

A.

OSASM

B.

OSRACDBA

C.

OSKMDBA

D.

OSDBA

E)OSOPER

Full Access
Question # 77

You notice a performance change in your production Oracle 12c database. You want to know which change caused this performance difference. Which method or feature should you use?

A.

Compare Period ADDM report

B.

AWR Compare Period report

C.

Active Session History (ASH) report

D.

Taking a new snapshot and comparing it with a preserved snapshot.

Full Access
Question # 78

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?

A.

RESYNC CATALOG

B.

CROSSCHECK BACKUP OF ARCHIVELOG ALL

C.

LIST ARCHIVELOG ALL

D.

LIST EXPIRED

E.

LIST ARCHIVELOG

F.

REPORT OBSOLETE

Full Access
Question # 79

Which two are true about the Automatic Database Diasnostic Monitor (ADDM)? (Choose two.)

A.

It analyzes a period of time corresponding to the 12 hours of activity.

B.

It runs automatically after each AWR snapshot.

C.

A DBA can run it manually.

D.

Results are written to the alert log.

E.

It analyzes a period of time corresponding to the last day of activity.

Full Access
Question # 80

Which three are true about RMAN persistent configuration settings, administration, and their effects? (Choose three.)

A.

A target database’s persistent RMAN configuration settings are always stored in the target’s control file

B.

Backup older than the recovery window retention policy are always deleted automatically if the backup location has insufficient space.

C.

Backups written to the fast recovery area (FRA) that are oboslete based on the redundancy retention policy can be deleted automatically to free space.

D.

The RMAN SHOW ALL command displays only settings with nondefault values.

E.

A target database’s persistent RMAN configuration settings are always synchronized automatically with the RMAN catalog.

F.

The V$RMAN_CONFIGURATION view displays only settings with valuesthat have been modified. G)A DBA must specify either a redundancy retention policy or a recovery window retention policy.

Full Access
Question # 81

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.

Full Access
Question # 82

choose two You configured the Fast Recovery Area (FRA) for your database. The database instance is in ARCHIVELOG mode. The default location for the archived redo log files is the FRA. Which two files are removed automatically if space is required in the FRA as per the retention policy?

A.

user-managed backups of data files and control files

B.

flashback logs

C.

RMAN backups that are obsolete

D.

archived redo log files that have multiple copies in a different archive location

Full Access
Question # 83

Choose two. You plan to perform cross-platform PDB transport using XTTS. Which two are true?

A.

Automatic conversion of endianess occurs.

B.

The source and target platforms must have the same endianess.

C.

The source PDB can be in MOUNT or OPEN state.

D.

The source PDB must not be an application root.

E.

The source PDB must be in MOUNT state.

F.

A backup of the PDB must exist, taken using the BACKUP command with the To PLATFORM clause.

Full Access
Question # 84

Which three statements are true about Flashback Database?

A.

Flashback logs are written sequentially, and are archived.

B.

Flashback Database uses a restored control file to recover a database.

C.

The Oracle database automatically creates, deletes, and resides flashback logs in the Fast Recovery Area.

D.

Flashback Database can recover a database to the state that it was in before a reset logs operation.

E.

Flashback Database can recover a data file that was dropped during the span of time of the flashback.

F.

Flashback logs are used to restore to the blocks' before images, and then the redo data may be used to roll forward to the desired flashback time.

Full Access
Question # 85

Choose the best answer. Examine this configuration:

1. CDB1 is a container database running in ARCHIVELOG mode.

2. Multiple uncommitted transactions are running in CDB1.

3. Redo log groups 1 and 2 are INACTIVE.

4. Redo log group 3 is the CURRENT group.

All members of redo log group 3 are lost before it is archived. Examine these possible steps:

1. SHUTDOWN ABORT

2. STARTUP NOMOUNT

3. STARTUP MOUNT

4. ALTER DATABASE MOUNT

5. RESTORE DATABASE

6. RECOVER DATABASE NOREDO

7. RECOVER DATABASE UNTIL AVAILABLE

8. RESTORE ARCHIVELOG ALL

9. ALTER DATABASE OPEN

10. ALTER DATABASE OPEN RESETLOGS

Choose the minimum required steps in the correct order to recover the database.

A.

1,3,5, 6, 9

B.

1,3, 5, 7, 10

C.

1,2, 5, 7,4, 10

D.

1,3, 5, 6, 10

E.

1,3,5, 6, 10

F.

1,3,5,8, 6, 10

Full Access