Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

1z0-083 Oracle Database Administration II Questions and Answers

Questions 4

choose three Which three are true about Transparent Data Encryption (TDE)?

Options:

A.

It uses a single master key for a database.

B.

It replaces secure application roles.

C.

It encrypts only data on the client.

D.

It stores the current and all past master keys in the keystore.

E.

Master encryption keys are managed by Oracle Database Vault.

F.

It can encrypt data at the column level.

Buy Now
Questions 5

Identify three scenarios in which RMAN will use backup sets to perform active database duplication.

Options:

A.

when the duplicate ... from active database command contains the section size clause

B.

when you perform active database duplication on a database with flashback disabled

C.

when you specify set encryption before the duplicate ... from active database command

D.

when the number of auxiliary channels allocated is equal to or greater than the number of target channels

E.

when you perform active database duplication on a database that has readonly tablespaces

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

Choose three. Which three are true about recovering tables using RMAN?

Options:

A.

RMAN can recover tables owned by the SYSTEM user.

B.

RMAN can recover tables owned by the SYS user.

C.

RMAN can recover tables in the SYSTEM tablespace.

D.

RMAN always uses an auxiliary instance.

E.

RMAN can recover a table after a DDL operation has altered the table structure.

F.

RMAN can recover tables in the SYSAUX tablespace.

G.

RMAN can recover tables in a standby database.

Buy Now
Questions 8

A redaction policy was added to the SAL column of the SCOTT.EMP table: BEGIN DBMS_REDACT.ADD_POLICY( 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'') END; All users have their default set of system privileges. For which three situations will data not be redacted?

Options:

A.

SYSsessions,regardlessoftherolesthataresetinthesession

B.

SYSTEMsessions,regardlessoftherolesthataresetinthesession

C.

SCOTT sessions, only if the MGR role is set in the session

D.

SCOTT sessions, only if the MGR role is granted to SCOTT

E.

SCOTTsessions,becauseheistheownerofthetable

F.

SYSTEM session, only if the MGR role is set in the session

Buy Now
Questions 9

Choose three. Which three are true about Oracle Restart?

Options:

A.

It is used in both clustered and non-clustered environments.

B.

You can add and remove components from an Oracle Restart configuration with Server Control (SRVCTL) commands.

C.

It runs from the Oracle Grid Infrastructure home.

D.

If you shut down a database instance with SQL*Plus, Oracle Restart interprets this as a database failure and attempts to restart the instance.

E.

The Server Control (SRVCTL) utility can be used to start and stop Oracle Restart.

F.

It can manage Oracle Database instances, Oracle Net Listeners, and Oracle Automatic Storage Management instances.

Buy Now
Questions 10

The CATDB12c database contains an Oracle Database version 12c catalog schema owned by the RC12C user. The RCAT11 database contains an Oracle Database version 11g catalog schema owned by the RC11 user in which several databases are registered. Both the databases are open. You execute the RMAN commands: RMAN> CONNECT CATALOG rcl2c/passl2c@catdbl2c RMAN> IMPORT CATALOG rcll/pwdcatll@ractll Which two tasks are performed as part of the import?

Options:

A.

Databases from the RC12C catalog are implicitly unregistered if the RC11 catalog has registered databases with same name.

B.

Recovery catalog is resynchronized with the control files of the registered databases.

C.

Imported databases are unregistered from the RC11 catalog.

D.

Local and global stored scripts that have the same name as existing scripts in the RC12C catalog are automatically renamed.

E.

All databases registered in the RC11 catalog are registered in the RC12C catalog.

Buy Now
Questions 11

Choose the best answer. 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: $ export ORACLE_SID=cdb1 $ sqlplus / as sysdba SQL> STARTUP UPGRADE; SQL> SHOW pdbs CON_ID CON_NAME OPEN MODE RESTRICTED -------------------------------------------------¬-------------2 PDB$SEED 3 PDB1 4 PDB2 MIGRATE YES MOUNTED YES MOUNTED YES SQL> ALTER PLUGGABLE DATABASE pdb1 OPEN UPGRADE; Pluggable database altered. SQL> exit $ $ORACLE_HOME/perl/bin/perl catctl.pl -C 'PDB2' What is the outcome?

Options:

A.

It fails because PDB$SEED is in MIGRATE state.

B.

Only CDB$ROOT, PDB$SEED, and PDB1 are upgraded.

C.

Only CDB$ROOT, PDB$SEED, and PDB2 are upgraded.

D.

It fails because PDB2 is not in UPGRADE state.

E.

CDB$ROOT, PDB$SEED, PDB1, and PDB2 are upgraded.

F.

Only CDB$ROOT and PDB$SEED are upgraded.

Buy Now
Questions 12

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

Options:

A.

Schema Only accounts can be granted administrator privileges.

B.

If the password file location changes, then the instance must be restarted.

C.

Unified Auditing can be configured to audit only events that are issued directly by an audited user.

D.

All the Oracle-supplied accounts are Schema Only accounts.

E.

Unified Auditing can be configured to audit only events that are issued indirectly by all users

Buy Now
Questions 13

Which two statements are true about Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)?

Options:

A.

If no PDB plan is enabled for a pluggable database, then all sessions for that PDB are treated to an equal degree of the resource share of that PDB.

B.

In a PDB plan, subplans may be used with up to eight consumer groups.

C.

If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups across all PDBs in the CDB.

D.

If no PDB plan is enabled for a pluggable database, then the PDB share in the CDB plan is dynamically calculated.

E.

If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups based on the shares provided to the PDB in the CDB plan and the shares provided to the consumer groups in the PDB plan.

Buy Now
Questions 14

choose two Which two are true about RMAN image copies?

Options:

A.

They can only be written to disk.

B.

They can be encrypted using Transparent Data Encryption (TDE).

C.

They can be used as a level 0 incremental backup.

D.

They can be used as a level 1 incremental backup.

E.

They are the only backup option available for databases in NOARCHIVELOG mode.

Buy Now
Questions 15

Unified auditing is enabled in your database. The HR_ADMIN and OE_ADMIN roles exist and are granted system privileges. You execute the command: SQL>CREATE AUDIT POLICY table_aud PRIVILEGES CREATE ANY TABLE, DROP ANY TABLE ROLES hr_admin,oe_admin; Which statement is true?

Options:

A.

It succeeds and needs to be enabled to capture all SQL statements that require either the specified privileges or any privilege granted to the HR_ADMIN or OE_ADMIN role.

B.

It fails because the command does notspecify when the unified audit policy should be enforced.

C.

It succeeds and starts capturing only successful SQL statements for all users who have either the specified privileges or roles granted to them.

D.

It fails because system privileges cannot be granted with roles in the same audit policy.

Buy Now
Questions 16

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.)

Options:

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.

Buy Now
Questions 17

Examine this configuration: 1. CDB1 is an Oracle Database 12c Release 2 database containing pluggable databases PDB$SEED, PDB1, and PDB2. 2. PDB$SEED is open READ ONLY 3. PDB1 is open READ WRITE 4. PDB2 is MOUNTED. 5. ORACLE_HOME is /u01/app/oracle/product/18.1.0/dbhome_1. You execute these commands before upgrading the database to the current release: For which databases will fixup scripts be created?

Options:

A.

CDB1, PDB$SEED, PDB1, and PDB2

B.

PDB$SEED, PDB1, and PDB2 only

C.

CDB1 and PDB$SEED only

D.

CDB1, PDB1, and PDB2 only

E.

CDB1, PDB$SEED, and PDB1 only

Buy Now
Questions 18

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

Options:

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.

Buy Now
Questions 19

choose three You want to duplicate one of your databases when connected to the target database and to the recovery catalog. Which three are true about this type of database duplication ) The duplication process can create backup sets or image copies

Options:

A.

The target database must be open

B.

The duplication process can use existing backup sets or image copies

C.

The duplication process can use existing backup sets or image copies.

D.

The target database must be in mount state.

E.

The duplication -process pushes backup sets to the auxiliary instance.

F.

The duplication process pushes image copies to the auxiliary instance.

Buy Now
Questions 20

Choose three. Which three are true about block media recovery?

Options:

A.

To use it, Flashback Database must be enabled.

B.

A block being recovered is not accessible.

C.

It cannot repair logical corruption.

D.

It can be performed on noncorrupt blocks.

E.

The target database for which one or more blocks are to be recovered must be in the OPEN state.

F.

The data file containing the block being recovered remains online.

Buy Now
Questions 21

Examine this configuration: 1. CDB1 is a container database. 2. COMMON_USER_PREFIX is C##. 3. PDB1 is a pluggable database contained in CDB1. 4. APP1_ROOTis an application container contained in CDB1. 5. APP1_PDB1 is an application PDB contained in APP1_ROOT. You execute these commands successfully: Which two are true? (Choose two.)

Options:

A.

APP1_USER1can be created in PDB1.

B.

APP1_USER1can be created in CDB1.

C.

APP1_USER1 can have different privileges in each Application PDB contained in APP1_ROOT.

D.

C##_APP_USER1 can be created in CDB1.

E.

P1_USER1can be created in CDB1.

F.

C##_USER1will have the same privileges and roles granted in all PDBs in CDB1.

Buy Now
Questions 22

Which three statements are true about the keystore storage framework for transparent data encryption?

Options:

A.

It facilitates and helps to enforce keystore backup requirements.

B.

It handles encrypted data without modifying applications.

C.

It enables a keystore to be stored only in a file on a file system.

D.

It enables separation of duties between the database administrator and the security administrator.

E.

It transparently decrypts data for the database users and applications that access this data.

F.

It helps to track encryption keys and implement requirements such as keystore password rotation and master encryption key reset or re-key operations.

Buy Now
Questions 23

Choose three. Which three are true about configuring CONTROLFILE AUTOBACKUP by using RMAN?

Options:

A.

The control file is backed up whenever a new tablespace is created.

B.

The server parameter file (SPFILE) is automatically backed up each time the control file is backed up.

C.

The control file is backed up whenever a new table is created.

D.

The control file is backed up whenever an RMAN backup is successfully recorded in the catalog.

E.

It requires the use of fast recovery area (FRA).

F.

The control file is backed up automatically each time the SPFILE is backed up manually.

Buy Now
Questions 24

Choose two. Which two are prerequisites for using FLASHBACK TABLE?

Options:

A.

A table's constraints must be disabled before issuing the flashback.

B.

The FLASHBACK ANY TABLE system privilege or the FLASHBACK object privilege must be granted to the user performing the flashback.

C.

Row Movement must be enabled on the table being flashed back.

D.

A table's indexes must be set to unusable before issuing the flashback.

E.

The FLASHBACK ANY TABLE system privilege or the FLASHBACK object privilege must be granted to the table owner.

Buy Now
Questions 25

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?

Options:

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.

Buy Now
Questions 26

Choose three. Which three are true about a whole database backup?

Options:

A.

It can be created only by using RMAN.

B.

It always includes all data files, the current control file, the server parameter file, and archived redo logs.

C.

It can be consistent.

D.

It is the only possible backup type for a database in NOARCHIVELOG mode.

E.

It can consist of either backup sets or image copies.

F.

It can be inconsistent.

Buy Now
Questions 27

choose two Which two statements are true about encrypted backups performed by using RMAN?

Options:

A.

Transparent encryption of backups uses an encryption wallet.

B.

Image copy backups can be created by using password encryption.

C.

A password encryption of backups uses the password while creating and restoring backups.

D.

Encrypted backups can only be written to disk.

E.

A database uses the same encryption key for every encrypted backup.

Buy Now
Questions 28

Which two are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is enabled?

Options:

A.

Reduced logical I/O

B.

Reduced virtual memory utilization

C.

Improved Serial Execution performance

D.

Reduced physical I/O

E.

Reduced CPU utilization

Buy Now
Questions 29

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?

Options:

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

Buy Now
Questions 30

Choose three. Which three are true about the tools for diagnosing Oracle Database failure situations?

Options:

A.

RMAN can always repair corrupt blocks.

B.

Flashback commands help with repairing physical errors.

C.

The ADR can store metadata in an Oracle Database repository.

D.

The Automatic Diagnostic Repository (ADR) has a separate home directory for each instance of each Oracle product that is installed and uses it.

E.

The ADR command-line utility (ADRCI) can package incident information to send to Oracle Support.

F.

The Data Recovery Advisor uses the ADR.

Buy Now
Questions 31

Which two statements are true about Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)?

Options:

A.

If no PDB plan is enabled for a pluggable database, then all sessions for that PDB are treated to an equal degree of the resource share of that PDB.

B.

In a PDB plan, subplans may be used with up to eight consumer groups.

C.

If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups across all PDBs in the CDB.

D.

If no PDB plan is enabled for a pluggable database, then the PDB share in the CDB plan is dynamically calculated.

E.

If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups based on the shares provided to the PDB in the CDB plan and the shares provided to the consumer groups in the PDB plan.

Buy Now
Questions 32

Which three are true about managing memory components in an Oracle database instance? (Choose three.)

Options:

A.

With Automatic Shared Memory Management, the database instance can increase the Large Pool size by reducing the Shared Pool size.

B.

With Automatic Memory Management, the database instance can increase the System Global Area size by reducing the Program Global Area size.

C.

Automatically tuned and resized System Global Area components will always revert to their initial sizes after an instance restart.

D.

Automatic Memory Management must be used together with locking the System Global Area into physical memory.

E.

With Automatic Shared Memory Management, the database instance can increase the Program Global Area size by reducing the System Global Area size.

F.

On Line Transaction Processing systems often use less Program Global Area than Decision Support Systems.

Buy Now
Questions 33

Which three are true about transporting databases across platforms using Recovery Manager (RMAN) image copies? (Choose three.)

Options:

A.

By default, the transported database will use Oracle Managed Files (OMF)

B.

Data files can be converted on the destination system.

C.

Data files can be converted on the source system.

D.

A new DBID is automatically created for the transported database.

E.

Databases can be transported between systems with different endian formats.

F.

The password file is automatically converted by RMAN.

Buy Now
Questions 34

Choose two. Which two are true about an RPM-based Oracle Database installation?

Options:

A.

It includes the Oracle Preinstallation RPM.

B.

From Oracle Database 18c, a single RPM can be used to install only Oracle Database Server for a single instance.

C.

It requires an Unbreakable Linux Network (ULN) subscription.

D.

It performs a software-only Oracle Database installation.

E.

It uses a service configuration script to create a single-instance database as part of the installation.

Buy Now
Questions 35

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

Options:

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.

Buy Now
Questions 36

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

Options:

A.

after losing all members of the CURRENT online redo log group

B.

after losing all copies of the control file

C.

after losing an UNDO tablespace that is in use

D.

after losing all members of an INACTIVE online redo log group

E.

after losing a SYSAUX tablespace data file

Buy Now
Questions 37

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?

Options:

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.

Buy Now
Questions 38

Choose the best answer. Examine this configuration: 1. CDB1 is a container database. 2. APP_ROOT is an application root in CDB1. 3. APP_PDB1 is an application PDB in APP_ROOT. 4. FLASHBACK DATABASE is ON. You execute these commands: $ sqlplus sys/orac1e_4U@localhost:1521/cdb1 SQL> SELECT current_scn FROM v$database; CURRENT_SCN -----------------------2074756 SQL> CREATE TABLE cdb1_tab(c1 NUMBER) ; Table created. SQL> ALTER SESSION SET CONTAINER=app_root; Session altered. SQL> CREATE TABLE app_root_tab (c1 NUMBER) ; Table created. SQL> ALTER SESSION SET CONTAINER=app_pdb1; Session altered. SQL> CREATE TABLE app_pdb1_tab (c1 NUMBER) ; Table created. SQL> conn / as sysdba Connected. SQL> ALTER PLUGGABLE DATABASE app_root CLOSE; Pluggable database altered. SQL> FLASHBACK PLUGGABLE DATABASE app_root TO SCN 2074756; Flashback complete. Which table or set of tables will exist after the Flashback operation has completed?

Options:

A.

CDB1_TAB, APP_ROOT_TAB, and APP_PDB1_TAB

B.

CDB1_TAB and APP_PDB1_TAB

C.

CDB1_TAB and APP_ROOT_TAB

D.

CDB1_TAB only

E.

none of the tables, because all three tables will be dropped

Buy Now
Questions 39

Which four are true about a Recovery Manager (RMAN) duplication without a TARGET connection? (Choose four.)

Options:

A.

The NOREDO clause must be used if the backups of the database being duplicated were taken when the database was in NOARCHIVELOG mode.

B.

The UNDO TABLESPACE clause is always required when no connection exists to the TARGET instance.

C.

RMAN “pushes” the backups of the database to be duplicated over the network to the auxiliary instance.

D.

The NOREDO clause can be used if the backups of the database being duplicated were taken when the database was in ARCHIVE LOG mode.

E.

RMAN SBT-based backups of the database to be duplicated can be used by the auxiliary instance.

F.

The UNDO TABLESPACE clause is always required when no connection exists to the recovery catalog and the TARGET database is closed.

G.

The UNDO TABLESPACE clause is always required when no connection exists to the recovery catalog and the TARGET database is opened.

Buy Now
Questions 40

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?

Options:

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

Buy Now
Questions 41

Choose three. Which three capabilities require the use of the RMAN recovery catalog?

Options:

A.

using RMAN stored scripts

B.

creating encrypted backups

C.

creating customized reports about a single database's backups

D.

using the REPORT SCHEMA command to list a database's data files and tablespaces at times in the past

E.

using the KEEP FOREVER clause with the BACKUP command

F.

using the REPORT SCHEMA command to list a database's current data files and tablespaces

Buy Now
Questions 42

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

Options:

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.

Buy Now
Questions 43

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

Options:

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.

Buy Now
Questions 44

In your Database, the TBS PERCENT USED parameter is set to 60 and the TBS PERCENT FREE parameter is set to 20. Which two storage-tiering actions might be automated when using information Lifecycle Management (ILM) to automate data movement?

Options:

A.

The movement of all segments to a target tablespace with a higher degree of compression, on a different storage tier, when the source tablespace exceeds TBS PERCENT USED

B.

Settingthetargettablespacetoread-only

C.

The movement of some segments to a target tablespace with a higher degree of compression, on a different storage tier, when the source tablespace exceeds TBS PERCENT USED

D.

Setting the target tablespace offline

E.

The movement of some blocks to a target tablespace with a lower degree of compression, on a different storage tier, when the source tablespace exceeds TBS PERCENT USED Correct

Buy Now
Questions 45

Which three are true about Optimizer Statistics Advisor? (Choose three.)

Options:

A.

It can be run only manually.

B.

It is part of the DBMS_ADVISOR package.

C.

It can recommend changes to improve the statistics gathering process.

D.

It always analyzes all schemas in the database.

E.

It runs automatically every night by default.

F.

It is part of the DBMS_STATS package.

Buy Now
Questions 46

Which three are located by using environment variables?

Options:

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

Buy Now
Questions 47

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

Options:

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.

Buy Now
Questions 48

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.)

Options:

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.

Buy Now
Questions 49

choose four Which four are true about performance-related Oracle tools?

Options:

A.

The Automatic Database Diagnostic Monitor (ADDM) Compare Period report can compare two consecutive periods.

B.

SQL Performance Analyzer can suggest schema changes.

C.

SQL Performance Analyzer can identify regressed SQL statements.

D.

Database Replay always uses one replay client for all the original database sessions.

E.

Database Replay always uses one replay client for each original database session.

F.

The Automatic Database Diagnostic Monitor (ADDM) Compare Period report can compare two non¬consecutive periods.

G.

The Active Session History (ASH) report is based on wait event samples.

Buy Now
Questions 50

Choose two. Which two are true about RMAN backups when using a media manager?

Options:

A.

A media manager always writes RMAN requested backups to tape.

B.

A media manager is required to create RMAN image copies.

C.

A media manager is required to create RMAN proxy copies.

D.

The media manager layer (MML) routines provided by Oracle support any vendors' media management products.

E.

By default, a request for a proxy copy may result in a backup set being created.

Buy Now
Questions 51

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?

Options:

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

Buy Now
Questions 52

Which three statements are true about Flashback Data Archive?

Options:

A.

To use Flashback Data Archive, users must have unlimited quota on the Flashback Data Archive tablespace.

B.

To enable Flashback Data Archive for a table, it is mandatory to have a default Flashback Data Archive for a database

C.

While enabling Flashback Data Archive for a table, if no name is provided for Flashback Data Archive, it is enabled using the default Flashback Data Archive.

D.

A table enabled for Flashback Data Archive cannot be dropped unless Flashback Data Archive is disabled or disassociated first.

E.

Flashback Data Archive prevents flashback queries from getting a snapshot-too-old error.

Buy Now
Questions 53

Choose two. Which two are true about RMAN duplexed backup sets?

Options:

A.

They must be written to media.

B.

They can be written only to disk.

C.

They can be created only by using the COPIES option of a BACKUP command.

D.

They can be created by using the RMAN CONFIGURE command to specify duplexing before taking a backup.

E.

They can be written to media.

Buy Now
Questions 54

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

Options:

A.

log writer performance

B.

database writer performance

C.

general operating system health

D.

SQL statements

E.

database instance memory management and sizes

Buy Now
Questions 55

Examine the query and its output executed In an RDBMS Instance: Which three statements are true about the users (other than sys) in the output?

Options:

A.

TheC# # B_ADMIN user can perform all back up and recovery operation susing RMAN only.

B.

The C # # C_ADMIN user can perform the data guard operation with Data Guard Broker.

C.

The C # # A_ADMIN user can perform wallet operations.

D.

The C # # D_ADMIN user can perform backup and recovery operations for Automatic Storage Management (ASM).

E.

The C # # B_ADMIN user can perform all backup and recovery operations using RMAN or SQL* Plus.

Buy Now
Questions 56

Choose three. Which three are true about creating container databases (CDBs) and pluggable databases (PDBs) in Oracle 19c and later releases?

Options:

A.

A snapshot copy PDB can be a full copy of a source PDB.

B.

A snapshot copy PDB does not depend on an existing storage snapshot of the source PDB.

C.

A PDB snapshot depends on an existing storage snapshot of the source PDB.

D.

A PDB snapshot can be a full copy of a source PDB.

E.

A CDB can be duplicated using the Database Configuration Assistant (DBCA) in silent mode with no configuration required before starting the duplication.

F.

A CDB can be duplicated using Recovery Manager (RMAN) with no configuration required before starting the duplication.

G.

A PDB snapshot can be a sparse copy of a source PDB.

Buy Now
Questions 57

Which two are true about Oracle Flashback features? (Choose two.)

Options:

A.

FLASHBACK QUERY can retrieve REDO records from ONLINE and ARCHIVE D REDO LOG files.

B.

FLASHBACK VERSION QUERY can retrieve REDO records from ONLINE and ARCHIVE D REDO LOG files.

C.

FLASHBACK TABLE can undrop a column.

D.

FLASHBACK DROP can undrop an index when undropping a table.

E.

After a database is restored from flashback logs using the FLASHBACK DATABASE command, it is sometimes rolled forward using redo logs.

Buy Now
Questions 58

Which two are true about server-generated alerts? (Choose two.)

Options:

A.

Stateful alerts must be created by a DBA after resolving the problem.

B.

Stateless alerts can be purged manually from the alert history.

C.

Stateless alerts can be cleared manually.

D.

Stateless alerts are automatically cleared.

E.

Stateful alerts are purged automatically from the alert history

Buy Now
Questions 59

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

Options:

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.

Buy Now
Questions 60

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.)

Options:

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.

Buy Now
Questions 61

Automatic Shared Memory Management is disabled for one of your database instances. Some SQL statements perform poorly due to excessive hard parse activity, thereby degrading performance. What would be your next step?

Options:

A.

Run the SQL Access Advisor.

B.

Run the Memory Advisor for the shared pool.

C.

Run the SQL Tunning Advisor.

D.

Run the Memory Advisor for the Program Global Area.

E.

Run the Memory Advisor for the System Global Area.

Buy Now
Questions 62

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

Options:

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.

Buy Now
Questions 63

Choose three. Which three are true about backing up the control file?

Options:

A.

It cannot be backed up manually as a binary copy.

B.

It gets backed up automatically by RMAN as a trace file containing SQL statements for control file re¬creation when a database backup occurs.

C.

It can be backed up manually as a binary copy.

D.

It can get backed up automatically as a binary copy.

E.

It gets backed up automatically by RMAN when the BACKUP SPFILE command is used.

F.

It can be backed up manually as a trace file containing SQL statements for control file recreation.

Buy Now
Questions 64

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

Options:

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.

Buy Now
Questions 65

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?

Options:

A.

Create an application seed, synchronize it with HR_ROOT, and then create the PDB1 application PDB.

B.

Create the PDB1 application PDB and synchronize it with HR_ROOT.

C.

Create the PDB1 application PDB and install HR_APP in it.

D.

Create the PDB1 application PDB and synchronize it with PDB$SEED.

E.

Create an application seed, and install HR_APP in it.

Buy Now
Questions 66

choose three Which three are true about RMAN duplexed backup sets or image copies?

Options:

A.

A backup set may be duplexed with both copies written to disk.

B.

An image copy on disk can be copied to disk.

C.

A backup set may be duplexed with both copies written to sbt.

D.

A backup set may be duplexed so that one copy is written to sbt and the other to disk.

E.

An image copy on disk can be copied to sbt.

F.

An image copy on sbt can be copied to disk.

Buy Now
Questions 67

You plan to create a database by using the Database Configuration Assistant (DBCA), with t he following specifications: Applications will connect to the database via a middle tier. The number of concurrent user connections will be high. The database will have mixed workload, with t he execution of complex BI queries scheduled at night. Which DBCA option must you choose to create the database?

Options:

A.

a General Purpose database template with default memory allocation

B.

a Data Warehouse database template, with t he dedicated server mode option and AMM enabled

C.

a General Purpose database template, with t he shared server mode option and Automatic Memory Management (AMM) enabled

D.

a default database configuration

Buy Now
Questions 68

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

Options:

A.

A PDB snapshot depends on an existing storage snapshot of the source PDB.

B.

APDB snapshot can be a full copy of a source PDB.

C.

A PDB snapshot can be a sparse copy of a source PDB

D.

A snapshot copy PDB does not depend on an existing storage snapshot of the source PDB.

E.

A snapshot copy PDB can be a full copy of a source PDB

Buy Now
Questions 69

Choose three. In which three situations can you use threshold server-generated alerts to help diagnose and fix problems?

Options:

A.

when free space in a dictionary managed tablespace falls below a specified percentage

B.

when free space in a locally managed tablespace falls below a specified percentage

C.

when the total number of locked user account exceeds a specific value

D.

when the number of logons per second exceeds a specific value

E.

when a resumable statement is suspended

F.

when the total number of logons exceeds a specific value

Buy Now
Questions 70

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

Options:

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.

Buy Now
Questions 71

Application PDBs, SALES_APP1 and SALES_APP2, must be created and they must access common tables of the SALES APP application. Examine these steps:

Install the SALES_APP application, induding the common tables, in the application root.

Install the SALES_APP application in the application root and the common tables in both the CDB root and the application root.

Create an application seed.

Install the SALES_APP application in the application seed.

Create the SALES_APP1 and SALES_APP2 application PDBs.

Sync the SALES_APP1 and SALES_APP2 application PDBs with the application root.

Sync the SALES_APP1 and SALES_APP2 application PDBs with the application seed.

Sync the application seed with the application root. Which are the minimum required steps in the correct sequence?

Options:

A.

1,3,5,7

B.

2,5,6

C.

1,5,6

D.

3,4,1.6,8

E.

1,3,5,6,7

Buy Now
Questions 72

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

Options:

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.

Buy Now
Questions 73

Choose three. Which three are true about OPatch ?

Options:

A.

It requires installation of Oracle Universal Installer.

B.

It supports Rolling Patching.

C.

It must be invoked as the user that owns the software being patched.

D.

It is a Java-based utility for applying patchsets.

E.

It is platform independent.

F.

It can be used to apply interim patches to the Grid Infrastructure and Database Home combination.

Buy Now
Questions 74

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

Options:

A.

OSASM

B.

OSRACDBA

C.

OSKMDBA

D.

OSDBA

E)OSOPER

Buy Now
Questions 75

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

Options:

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.

Buy Now
Questions 76

Which two are facets of performance planning that should always be considered or implemented for an Oracle Database environment? (Choose two.)

Options:

A.

defining primary keys for all tables to speed up all queries

B.

using check constraints to speed up updates

C.

defining foreign keys for all tables to speed up joins

D.

the physical data model

E.

the configuration of storage arrays

Buy Now
Questions 77

Examine the statements that use flashback technologies:

FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYYMM¬DD HH:MI:SS');

SELECT * FROM customers AS OF SCN 123456;

FLASHBACK TABLE customers TO BEFORE DROP;

FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYY-MM-DD HH:MI:SS');

SELECT * FROM customers VERSIONS BETWEEN SCN 123456 AND 123999;

ALTER TABLE customers FLASHBACK ARCHIVE; Which set ofstatements depends on the availability of relevant undo data in the undo tablespace?

Options:

A.

1,3,6

B.

1,2,5

C.

3,4,5

D.

2,3,5,6

Buy Now
Questions 78

Examine these actions: 1. Create a new database for a recovery catalog. 2. Create a tablespace with sufficient space in the catalog database for the recovery catalog. 3. Configure ARCHIVE LOG mode for the catalog database. 4. Create a user to own the recovery catalog schema with quota on the tablespace that will contain the catalog. 5. Grant the RECOVERY_CATALOG_OWNER role to the recovery catalog schema owner. 6. Grant the SYSBACKUP privilege to the recovery catalog schema owner. Which are the minimum actions that must be performed before executing the CREATE CATALOG command?

Options:

A.

2,4,5,6

B.

1,2,3,4,5,6

C.

1,2,4,5

D.

2,4,5

E.

1,3,4,5

Buy Now
Questions 79

Choose two You upgrade your database from pre-12c to a multitenant container database (CDB) that contains pluggable databases (PDBs). Examine the query and its output: SQL> SELECT * FROM v $PWFILE_users; USERNAME SYSDB SYSOP SYSAS SYSBA SYSDG SYSKM CON_ID ------------------------------------------------------------------------SYS TRUE TRUE FALSE FALSE FALSE FALSE 0 Which two tasks must you perform to add users with the SYSBACKUP, SYSDG, and SYSKM prileges to the password file?

Options:

A.

Re-create or migrate the password file to the Oracle Database 12c format

B.

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

C.

Copy the password file from a sample file in the DBS dierectory

D.

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

Buy Now
Questions 80

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

Options:

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.

Buy Now
Questions 81

Which three are true about monitoring waits for sessions and services? (Choose three.)

Options:

A.

V$SESSION_EVENT displays all waits for all past and existing sessions if the wait has occurred at least once for a session.

B.

V$SERVICE_EVENT displays all waits for all services if the wait has occurred at least once for a service.

C.

V$SESSION_WAIT _CLASS displays waits broken down by wait class only for waiting sessions.

D.

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

E.

V$SESSION_EVENT displays all waits for all past sessions if the wait has occurred at least once for a session.

F.

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

Buy Now
Questions 82

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

Options:

A.

Enable Memory Access Mode, which reads performance data from SGA.

B.

Use emergency monitoring to fetch data directly from SGA for analysis.

C.

Run Automatic Database Diagnostic Monitor (ADDM) to fetch information from the latest Automatic Workload Repository (AWR) snapshots.

D.

Use Active Session History (ASH) data and hang analysis in regular performance monitoring,

E.

Run ADDM in diagnostic mode.

Buy Now
Questions 83

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

Options:

A.

A DBA must specify either a redundancy retention policy or a recovery window retention policy. B)A target database's persistent RMAN configuration settings are always synchronized automatically with the RMAN catalog.

B.

Backups 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 obsolete based on the redundancy retention policy can be deleted automatically to free space.

D.

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

Buy Now
Questions 84

Which three are true about upgrading Oracle Grid Infrastructure? (Choose three.)

Options:

A.

A direct upgrade can be performed only from the immediately preceding Oracle Grid Infrastructure version.

B.

The newer version is installed in a separate Oracle Grid Infrastructure home on the same server as the existing version.

C.

An existing Oracle base can be used.

D.

The upgrade process will automatically install all mandatory patches for the current version of Oracle Grid Infrastructure.

E.

Existing Oracle Database instances must be shut down before starting the upgrade.

F.

Only the grid user can perform the upgrade.

Buy Now
Questions 85

For which two requirements can you use the USER_TABLESPACE clause with the CREATE PLUGGABLE DATABASE command? (Choose two.)

Options:

A.

to specify a default tablespace in a PDB cloned from another PDB in the same CDB

B.

to exclude all tablespaces except SYSTEM, SYSAUX, and TEMP when plugging in a PDB

C.

to include specific user tablespaces only when relocating a PDB

D.

to specify the list of user tablespaces to include when moving a non-CDB to a PDB

E.

to exclude a temp tablespace when plugging in a PDB

F.

to specify the list of tablespaces to include when creating a PDB from the CDB seed

Buy Now
Exam Code: 1z0-083
Exam Name: Oracle Database Administration II
Last Update: Apr 25, 2024
Questions: 286

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90