Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Oracle 1z0-083 Practice Exam with Questions & Answers | Set: 4

Questions 31

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

Options:
A.

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

B.

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

C.

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

D.

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

E.

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

Oracle 1z0-083 Premium Access
Questions 32

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.

Questions 33

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.

Questions 34

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

Options:
A.

Tablespaces from different PDBs with identical names must be backed up by connecting RMAN separately to each PDB to back up the tablespaces.

B.

The BACKUP DATABASE command will create a pluggable database (PDB) backup when RMAN is connected to a PDB.

C.

SPFILE backups can be created while connected to an application root PDB.

D.

The BACKUP DATABASE PLUS ARCHIVE LOG command will back up archive logs when RMAN is connected to a PDB.

E.

The BACKUP PLUGGABLE DATABASE command can be used to back up CDB$ROOT.

Questions 35

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.

Questions 36

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

Options:
A.

It can be used for applications and middleware.

B.

It can be used only for Oracle Grid Infrastructure, including Oracle Restart.

C.

It can be used for both Oracle Database and Oracle Grid Infrastructure, including Oracle Restart.

D.

It can be used for both Oracle Database and Oracle Grid Infrastructure, excluding Oracle Restart.

E.

It can be used only for Oracle Grid Infrastructure, excluding Oracle Restart.

Questions 37

Which three are true about an application container?

Options:
A.

It can contain a single application

B.

Two application containers can share an application seed PDB.

C.

It must have an application root PDB.

D.

An application PDB can belong to multiple application containers.

E.

It must have an application seed PDB.

F.

It can contain multiple applications.

Questions 38

Choose the best answer. Application PDBs, SALES_APP1 and SALES_APP2, must be created and they must access common tables of the SALES_APP application. Examine these steps: 1. Install the SALES_APP application, including the common tables, in the application root. 2. Install the SALES_APP application in the application root and the common tables in both the CDB root and the application root. 3. Create an application seed.; 4. Install the SALES_APP application in the application seed. 5. Create the SALES_APP1 and SALES_APP2 application PDBs. 6. Sync root. 7. Sync seed. 8. Sync the SALES_APP1 and SALES_APP2 application PDBs with the application the SALES_APP1 and SALES_APP2 application PDBs with the application the application seed with the application root.

Which are the minimum required steps in the correct sequence?

Options:
A.

1,3,5,7

B.

3,4,1,6,8

C.

1,3,5,6,7

D.

1,5,6

E.

2,5,6

Questions 39

You have configured RMAN SBT channels to write backups to media. You then take an RMAN backup by using this command: Which three are true? (Choose three.)

Options:
A.

The restore point is a label for the system change number (SCN) that will be saved two years after the archival backup was taken.

B.

The data file backups in the self-contained archive backup are not considered obsolete for two years regardless of the retention policy.

C.

All archive logs created after this backup are kept for two years.

D.

The SPFILE is included in the self-contaied archival backup.

E.

The control file is included in the self-contained archival backup.

F.

The restore point is a label for the system change number (SCN) before the archival backup was taken.

Questions 40

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.