Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Oracle 1z0-083 - Oracle Database Administration II

Page: 7 / 9
Total 286 questions

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

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.

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

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.

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

A.

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

B.

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

C.

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

D.

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

E.

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

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

A.

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

B.

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

C.

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

D.

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

E.

Data file 24 can be recovered while connected to PDB2.

F.

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

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

A.

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

B.

It is used to execute the advised repair script.

C.

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

D.

It is used to explicitly close the open failures.

E.

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

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

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.

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

A.

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

B.

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

C.

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

D.

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

E.

Sorts and Hash Joins use PGA memory.

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

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.

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

A.

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

B.

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

C.

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

D.

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

E.

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

F.

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

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

A.

CDB2 must be in shared UNDO mode only.

B.

CDB2 must be in archivelog mode.

C.

CDB1 must be in archivelog mode.

D.

CDB1 and CDB2 must both be in local UNDO mode.

E.

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

F.

CDB1 and CDB2 must be in shared UNDO mode.