Summer Sale - Special Discounts Limited Time 55% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 63r59951

1z0-083 Oracle Database Administration II Questions and Answers

Questions 4

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?

Options:

A.

V$SESSION_EVENT

B.

V$SESSTAT

C.

V$SESSION_WAIT

D.

V$SESSION_WAIT_CLASS

E.

V$SESSION

Buy Now
Questions 5

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 6

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?

Options:

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.

Buy Now
Questions 7

Choose the best answer. Examine this output of an export from the current release of an Oracle multitenant database: $ sqlplus system/oracle . SQL> col name for a10 SQL> select name, open_mode from v$pdbs; NAME OPEN_MODE ---------------------------------------PDB$SEED READ ONLY PDB1 READ WRITE PDB2 MOUNTED SQL> exit Next you execute: $ expdp system/oracle full=y What is the outcome?

Options:

A.

It fails because Data Pump cannot be container.

B.

It creates a full export of the root

C.

It creates a full export of the root

D.

It creates a full export of only the used while connected to the root container and PDB1. container and all PDBs. container and all open PDBs. root container.

Buy Now
Questions 8

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 9

Choose two. Which two are true about unplugging an application container from a container database and plugging it into a different container database?

Options:

A.

Plugging the application root into a different CDB plugs in all its application PDBs.

B.

The application root of an application container should be plugged into the other CDB before its application PDBs are plugged in.

C.

Application PDBs in the application container must be unplugged before the application root is unplugged.

D.

Unplugging the application root from a CDB unplugs all its application PDBs.

E.

It requires only local UNDO mode in the database where the application container will be unplugged.

F.

It requires local UNDO mode in both container databases.

Buy Now
Questions 10

Choose the best answer. SQL Performance Analyzer (SPA) has reported several regressed SQL statements for one of your databases. Which action could help in the performance management of these regressed SQL statements?

Options:

A.

Create SQL plan directives for each of the regressed statements.

B.

Use The SQL Tuning Advisor for each of the regressed statements.

C.

Create an adaptive execution plan for each of the regressed statements

D.

Use the SQL Access Advisor for each of the regressed statements.

Buy Now
Questions 11

Choose three. Which three are true about using Database Upgrade Assistant (DBUA) to upgrade a database?

Options:

A.

DBUA must be launched from the target Oracle Home.

B.

Multiple databases with the same ORACLE_HOME can be upgraded simultaneously.

C.

A whole database backup must exist before upgrade.

D.

The Pre-Upgrade Information Tool script is executed by DBUA.

E.

All pluggable databases are automatically upgraded as part of a container database upgrade.

F.

The database must be opened in read-only mode.

Buy Now
Questions 12

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

Options:

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.

Buy Now
Questions 13

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 14

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

Options:

A.

All AWR tables belong to the SYSTEM schema.

B.

The AWR data is stored in memory and in t he database.

C.

The snapshots collected by AWR are used by the self-tuning components in the database

D.

AWR computes time model statistics based on time usage for activities, which are displayed in the v$SYS time model and V$SESS_TIME_MODEL views.

E.

AWR contains system wide tracing and logging information.

Buy Now
Questions 15

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

Options:

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.

Buy Now
Questions 16

Examine these queries and their output: After a system crash, an instance restart and an attempted opening of the PDBs result in: Which two are true? (Choose two.)

Options:

A.

Data file 24 can be recovered while PDB2 is opened.

B.

Data file 24 must be recovered while the CDB is opened.

C.

Data file 24 can be recovered while CDB$ROOT and PDB$SEED are opened.

D.

Data file 24 cannot be recovered while the CDB is opened.

E.

Data file 24 must be recovered while PDB2 is closed.

Buy Now
Questions 17

Choose three. Which three resources are always shared among CDB$ROOT and pluggable databases (PDBs)?

Options:

A.

the data dictionary in CDB$ROOT

B.

the log writer process (LGWR)

C.

SYSAUX tablespaces

D.

temporary tablespaces

E.

the Process Monitor Process (PMON)

F.

undo tablespaces

Buy Now
Questions 18

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 19

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 20

Choose three. Which three are true about Rapid Home Provisioning (RHP), which has been available since Oracle 18c?

Options:

A.

It can be used to deploy Grid Infrastructure homes, including Oracle Restart.

B.

It can be used to deploy Oracle Database homes.

C.

It is an Oracle Database service.

D.

It cannot be used to provision applications.

E.

It cannot be used to provision middleware.

F.

It is an Oracle Grid Infrastructure service.

Buy Now
Questions 21

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

Options:

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.

Buy Now
Questions 22

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?

Options:

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.

Buy Now
Questions 23

Choose two. Which two are true about the SQL Tuning Advisor?

Options:

A.

It can recommend semantic changes to SQL statements.

B.

It prevents performance regressions for SQL statements when changes are made.

C.

It checks each query being analyzed for missing or stale statistics.

D.

It considers all SQL statements being analyzed by the advisor task as a group.

E.

It only recommends syntactic changes to SQL statements.

Buy Now
Questions 24

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 25

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

Options:

A.

A duplexed backup set uses the same number of SBT channels as a non-duplexed backup set for the same number of files.

B.

A non-duplexed backup set written to disk can be duplexed to disk by backing up the backup set that is already on disk.

C.

A non-duplexed backup set written to SBT can be duplexed to tape by backing up the backup set that is already on tape.

D.

A non-duplexed backup set written to disk can be duplexed to tape by backing up the backup set that is already on disk.

E.

A non-duplexed backup set written to SBT can be duplexed to disk by backing up the backup set that is already on tape.

F.

A duplexed backup set always uses twice as many SBT channels as a non-duplexed backup set for the same number of files.

Buy Now
Questions 26

Choose the best answer You want to create a duplicate database DUP_DB from your production database PROD on the same host. The PROD database uses Automatic Storage Management (ASM) for storage. Regular backups are taken using RMAN connected to a recovery catalog. You create an auxiliary instance and want to execute the command: RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE; What is a prerequisite for the successful execution of this command

Options:

A.

RMAN must be connected to the target database instance and the auxiliary instance.

B.

A most recent backup set of the PROD database must exist.

C.

Flashback must be enabled for the PROD database.

D.

The target database must be in MOUNT state.

Buy Now
Questions 27

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 28

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 29

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

Options:

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.

Buy Now
Questions 30

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?

Options:

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.

Buy Now
Questions 31

Choose the best answer. Which statement correctly describes the SQL profiling performed by the SQL Tuning Advisor?

Options:

A.

It is a set of recommendations by the optimizer to change the access methods used.

B.

It is auxiliary information collected by the optimizer for a SQL statement to eliminate estimation error.

C.

It is a set of recommendations by the optimizer to restructure a SQL statement to avoid suboptimal execution plans.

D.

It is auxiliary information collected by the optimizer for a SQL statement to help use better joins orders.

E.

It is a set of recommendations by the optimizer to create new indexes.

Buy Now
Questions 32

Choose three. Which three are true about SGA memory management in a multitenant database?

Options:

A.

SGA_MIN_SIZE cannot be set for a PDB.

B.

Setting SHARED_POOL_SIZE for a PDB guarantees a minimum amount of Shared Pool memory for that PDB.

C.

Setting SGA_TARGET for a PDB guarantees a minimum amount of SGA memory for that PDB.

D.

The SHARED_POOL_SIZE setting for a PDB can be up to 80% of the SHARED_POOL_SIZE setting of the root container.

E.

Setting DB_CACHE_SIZE for a PDB guarantees a minimum amount of Database Buffer Cache memory for that PDB.

F.

The SGA_TARGET setting for a PDB cannot exceed 50% of the SGA_TARGET value of the root container.

Buy Now
Questions 33

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 34

Which three actions are performed by Database Upgrade Assistant (DBUA)? (Choose three.)

Options:

A.

It recompiles all stored PL/SQL code by using utlrp.sql.

B.

It empties the RECYCLE BIN.

C.

It performs prerequisite checks to verify if the Oracle database is ready for upgrade.

D.

It sets all user tablespaces to “read-only” before starting the upgrade.

E.

It removes the AUDSYS schema and the AUDIT_ADMIN and AUDIT_VIEWER roles

F.

It increases tablespace size, if required, to meet upgrade requirements.

Buy Now
Questions 35

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

Options:

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

Buy Now
Questions 36

Examine this command: $ rhpctl move database –sourcehome Oracle_home_path –destinationhome Oracle_home_path For which two purposes can you use this command? (Choose two.)

Options:

A.

to switch an existing Oracle Database home to a newer release of Oracle software on the same server

B.

to switch to a read-only Oracle home

C.

to switch back to the previous Oracle home as part of a rollback operation

D.

to switch the Oracle Database home when using a centralized Rapid Home Provisioning server

E.

to switch to a patched Oracle Database home Answer: CE

Buy Now
Questions 37

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 38

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

Options:

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.

Buy Now
Questions 39

Choose two. Which two are true about creating RMAN backups for an Oracle container database?

Options:

A.

Control file backups can be created while connected to the root container.

B.

Archived Redo Log backups can be created while connected to an application root CDB.

C.

Control file backups can be created while connected to a nonroot container.

D.

Online Redo Log backups can be created while connected to the root container.

E.

The BACKUP TABLESPACE command can back up a PDB tablespace even if RMAN is connected to CDB$ROOT.

Buy Now
Questions 40

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 41

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 42

Which two are true about creating RMAN backups for an Oracle container database?

Options:

A.

Online Redo Log backups can be created while connected to CDB$ROOT

B.

Control file backups can be created while connected to CDB$ROOT.

C.

The BACKUP TABLESPACE command can back up a pDB tablespace even if RMAN is connected to CDB$ROOT.

D.

Archived Redo Log backups can be created while connected to PDB

E.

Control file backups can not be created while connected to a PDB

Buy Now
Questions 43

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?

Options:

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.

Buy Now
Questions 44

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 45

Which three are true about opatch auto? (Choose three.)

Options:

A.

It performs a shutdown and then a restart of all processes in both Oracle Grid Infrastructure and Oracle Database home during the patching process.

B.

It must be invoked by a user with root user privileges.

C.

Patches are applied via opatchauto.

D.

Users must always input patch plans to opatchauto.

E.

It requires the Oracle Grid Infrastructure and Oracle Database instances to be shut down before being invoked.

F.

It applies patches in nonrolling mode by default.

G.

It is used to apply interim patches to Oracle Grid Infrastructure and Oracle Database home combinations.

Buy Now
Questions 46

Which three statements are true about Flashback Database?

Options:

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.

Buy Now
Questions 47

Choose two. Examine this configuration: 1. CDB1 and CDB2 are two container databases. 2. PDB1 is a pluggable database in CDB1. 3. PDB1_C1_SRV is a service for PDB1. 4. CDB1_LINK is a database link in CDB2 referring to PDB1. 5. CDB2 is also an entry in tnsnames.ora pointing to the CDB2 database default service. You execute these commands successfully: $ sqlplus sys/oracle_4U@cdb2 as sysdba SQL> CREATE PLUGGABLE DATABASE PDB1 FROM PDB1@CDB1_LINK SERVICE_NAME_CONVERT= ('PDB1_C1_SRV', 'PDB1_C2_SRV') ; Which two are true?

Options:

A.

PDB1_C2_SRV will be created but not started.

B.

PDB1 will be created in CDB2 and automatically opened.

C.

PDB1_C1_SRV in CDB1 will be renamed PDB1_C2_SRV.

D.

PDB1 will be created in CDB2 and left in MOUNT state.

E.

PDB1_C2_SRV will be created and started automatically.

Buy Now
Questions 48

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 49

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

Options:

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.

Buy Now
Questions 50

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 51

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 52

Choose three. Which are the three steps in the SQL tuning process for Oracle Database environments?

Options:

A.

Tune individual SQL statements using the SQL Tuning Advisor.

B.

Identify poorly tuned SQL statements using Automatic Database Diagnostic Monitor.

C.

Test the application as a whole using tuned SQL statements.

D.

Test tuned SQL statements one at a time for all statements in the application.

E.

Identify poorly tuned SQL statements using the SQL Tuning Advisor.

F.

Tune SQL statements as a group using the SQL Tuning and SQL Access Advisors.

Buy Now
Questions 53

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 54

Examine the RMAN command: RMAN> RUN { ALLOCATE CHANNEL c1 DEVICE TYPE sbt; ALLOCATE CHANNEL c2 DEVICE TYPE sbt; ALLOCATE CHANNEL c3 DEVICE TYPE sbt; BACKUP INCREMENTAL LEVEL = 0 (DATAFILE 1,4,5 CHANNEL c1) (DATAFILE 2,3,9 CHANNEL c2) (DATAFILE 6,7,8 CHANNEL c3); SQL 'ALTER SYSTEM ARCHIVE LOG CURRENT'; } Which statement is true about the command?

Options:

A.

It uses multisection backup.

B.

It uses parallelization for the backup set.

C.

It uses asynchronousI/O for the backup.

D.

It creates compressed backup sets.

Buy Now
Questions 55

Choose two. Which two are true about Lockdown profiles in a container database (CDB) and its pluggable databases (PDBs)?

Options:

A.

A Lockdown profile created from a base Lockdown profile is always automatically modified if the profile on which it is based is modified.

B.

A PDB Lockdown profile can be created in an application root.

C.

A Lockdown profile created from a base Lockdown profile is never automatically modified if the profile on which it is based is modified.

D.

A PDB Lockdown profile can be created in a regular PDB.

E.

A PDB Lockdown profile can be created in CDB$ROOT .

Buy Now
Questions 56

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?

Options:

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

Buy Now
Questions 57

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

Options:

A.

They are generated if STATISTICS_LEVEL is set to TYPICAL.

B.

They are always created manually.

C.

They are always created automatically.

D.

They are generated if STATISTICS_LEVEL is set to BASIC.

E.

They are generated if STATISTICS_LEVEL is set to ALL.

F.

They can be retained forever.

Buy Now
Questions 58

Which three conditions must be met before you create a Virtual Private Catalog (VPC)?

Options:

A.

A base recovery catalog should exist.

B.

The owner of VPC cannot own recovery catalog.

C.

At least one target database should be registered in the recovery catalog.

D.

The register database privilege should be granted to the virtual catalog owner.

E.

The recovery_catalog_owner role should be granted to the virtual catalog owner.

Buy Now
Questions 59

Examine these queries and their output: An online RMAN backup of the CDB was taken an hour before Restore Point R1 was created. You want to recover PDB1 to Restore Point R1. How do you achieve this?

Options:

A.

Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1by using RMAN while connected to PDB1.

B.

Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1by using SQL while connected to PDB1.

C.

Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1by using SQL while connected to CDB$ROOT.

D.

Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1by using RMAN while connected to CDB$ROOT.

E.

This cannot be done due to the lack of a clean restore point.

Buy Now
Questions 60

You are administering a multitenant container database (COB) that contains two pluggable databases (PDBs), pdb1 and pdb2. You are connected to pdb2 as a common user with DBA privileges. The statistics_level parameter is PDB modifiable. As the user sys, execute the following command on pdb2: SQL> ALTER SYSTEM SET STATISTICS_LEVEL=ALL SID='*' SCOPE=SPFILE; Which statement is true about the result of this command?

Options:

A.

The statistics_level parameter is set to all when any of the PDBs is reopened.

B.

The statistics_level parameter is set to all only for PDB2 when it is reopened.

C.

The statistics_level parameter is set to all when the root database is restarted.

D.

The statement is ignored because there is no SPFILE for a PDB.

Buy Now
Questions 61

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 62

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

Options:

A.

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

B.

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

C.

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

D.

The UNDO TABLESPACE clause is never required.

E.

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

Buy Now
Questions 63

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 64

A database is configured in ARCHIVE LOG mode. Full RMAN backups are taken and no backup to trace has been taken of the control file. A media failure has occurred. In which two scenarios is complete recovery possible? (Choose two.)

Options:

A.

when any archived log from, before, or after the most recent backup is corrupt.

B.

after losing all copies of the control file

C.

after losing an archived log from after the most recent backup

D.

after losing an archived log from before the most recent backup

E.

after losing the SYSTEM tablespace

Buy Now
Questions 65

Choose two. Which two are true about backup encryption?

Options:

A.

The Transparent Data Encryption (TDE) keystore is backed up using RMAN.

B.

Vendor-specific media management software can be used for making encrypted RMAN backups to media.

C.

The BACKUP BACKUPSET command can encrypt and decrypt backup sets.

D.

Image copies can be encrypted.

E.

Keystore-based encryption is the default mode for RMAN backup encryption.

F.

Backup encryption can be enabled selectively for specific tablespaces.

Buy Now
Questions 66

Which three are true about Automatic Workload Repository (AWR), Automatic Database Diagnostic Monitor (ADDM), and the Manageability Monitor (MMON) background process? (Choose three.)

Options:

A.

ADDM can recommend shrinking the buffer cache.

B.

ADDM can recommend extending the buffer cache.

C.

By default, MMON creates an AWR snapshot every 30 minutes.

D.

ADDM performs its analysis only when a DBA requests it.

E.

By default, AWR snapshots are automatically purged after eight days.

F.

AWR snapshots must be deleted when no longer required by ADDM.

Buy Now
Questions 67

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

Options:

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.

Buy Now
Questions 68

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?

Options:

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.

Buy Now
Questions 69

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 the PDB1 application PDB and synchronize it with poB$SEED.

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 an application seed, and install HR_APP in it.

E.

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

Buy Now
Questions 70

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 71

A database is configured in ARCHIVE LOG mode. A full RMAN backup exists but no control file backup to trace has been taken. A media failure has occurred. In which two scenarios is incomplete recovery required? (Choose two.)

Options:

A.

after losing a SYSAUX tablespace data file

B.

after losing all members of an INACTIVE online redo log group

C.

after losing all members of the CURRENT online redo log group

D.

after losing all copies of the control file

E.

after losing an UNDO tablespace that is in use

Buy Now
Questions 72

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?

Options:

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.

Buy Now
Questions 73

Which two are prerequisites for performing Flashback Transaction?

Options:

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.

Buy Now
Questions 74

Choose two. Which two are true about the automatic execution of operating system scripts when performing silent mode installation starting from Oracle Database 19c?

Options:

A.

The response file can specify the path of the sudo program.

B.

The response file must contain the root or sudo password.

C.

Silent install always runs operating scripts automatically.

D.

The response file can specify the root or sudo password.

E.

The installer will prompt for the root or sudo password.

Buy Now
Questions 75

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 76

Which two are true about SQL Performance Analyzer (SPA)? (Choose two.)

Options:

A.

It is integrated with the SQL Access Advisor.

B.

It predicts the impact of system changes on SQL workload response time.

C.

It provides before and after execution statistics for each SQL statement in the analysis task

D.

It offers fine-grained analysis of all the SQL statements in the analysis task as a group.

E.

SQL statements that were originally run concurrently are run concurrently by SPA.

Buy Now
Questions 77

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 78

Choose two. Which two are true about backup set compression using RMAN default compression?

Options:

A.

Compressed backups cannot have a section size defined.

B.

Compressed backups can be written only to media.

C.

Binary compression adds CPU overhead to backup operations.

D.

Unused blocks below the high water mark are backed up.

E.

Compression can be done only for locally managed tablespaces.

Buy Now
Questions 79

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 80

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 81

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

Options:

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.

Buy Now
Questions 82

Choose two. Which two restrictions apply when the RMAN BACKUP AS COPY command is used to create a backup?

Options:

A.

Backups can be taken only if a fast recovery area is configured.

B.

Backups can be written only to disk.

C.

Backups can be taken only for data files.

D.

Binary compression cannot be applied to the backup.

E.

Backups can be written only if checksums are stored for each block.

F.

Backups can be written only to media.

Buy Now
Questions 83

Oracle Data Redaction is active on the SCOTT.EMP table. You queried the table twice. SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE DEPTNO=30; SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE DEPTNO=30; Which is guaranteed to be true concerning the redaction policy?

Options:

A.

FULL redaction is active on the SAL column

B.

RANDOM redaction is active on the MGR column

C.

RANDOM redaction is active on the HIREDATE column

D.

PARTIAL redaction is active on the MGR column.

E.

PARTIAL redaction is active of the HIREDATE column.

Buy Now
Questions 84

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 85

The persistent configuration settings for RMAN have default for all parameters. Identify four RMAN commands that produce a multi-section backup.

Options:

A.

BACKUP TABLESPACE SYSTEM SECTION SIZE 100M;

B.

BACKUP AS COPY TABLESPACE SYSTEM SECTION SIZE 100M;

C.

BACKUP ARCHIVELOG ALL SECTION SIZE 25M;

D.

BACKUP TABLESPACE "TEMP" SECTION SIZE 10M;

E.

BACKUP TABLESPACE "UNDO" INCLUDE CURRENT CONTROLFILE SECTION SIZE 100M;

F.

BACKUP SPFILE SECTION SIZE 1M;

G.

BACKUP INCREMENTAL LEVEL 0 TABLESPACE SYSAUX SECTION SIZE 100M;

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

PDF + Testing Engine

$74.7  $165.99

Testing Engine

$51.75  $114.99
buy now 1z0-083 testing engine

PDF (Q&A)

$47.25  $104.99
buy now 1z0-083 pdf