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

Free Oracle 1z0-182 Practice Exam with Questions & Answers | Set: 2

Questions 11

Which two AWR-based tools listed below are part of Oracle Database self-tuning components?

Options:
A.

Automatic capture of statistical information from the SGA and storing it in the AWR using Automatic Database Diagnostic.

B.

ADDM, a server-based expert that reviews database performance statistics captured by Snapshots to identify potential problems before system performance degrades noticeably.

C.

Automatic Diagnostic Collector used to capture and store database errors and hung analysis.

D.

Automatic population of performance views (V$ views) from statistical data stored in AWR repository and using Automatic Database Diagnostic.

E.

Automatic Application Tracing used to collect High-Load SQL statements and statistics.

Oracle 1z0-182 Premium Access
Questions 12

Which two statements describe how Optimizer Statistics are collected?

Options:
A.

Optimizer Statistics are collected automatically by an automatic maintenance job that runsduring predefined maintenance windows.

B.

Optimizer Statistics are collected in real-time as data is inserted, deleted, or updated.

C.

Optimizer Statistics can be manually collected at multiple levels using DBMS_STATS.GATHER_*_STATS PL/SQL procedures.

D.

Optimizer Statistics are collected by the Statistics Advisor.

E.

Optimizer Statistics are collected automatically by Automatic Workload Repository (AWR) Snapshot.

Questions 13

Examine these commands:

[oracle@host01 ~]$ sqlplus u1/oracle

SQL> SELECT * FROM emp;

ENO ENAME DN

-------------------------

1 Alan 2

2 Ben 2

SQL> exit

[oracle@host01 ~]$ cat emp.dat

1, Alan, 2

3, Curl, 4

4, Bob, 4

[oracle@host01 ~]$ sqlldr u1/oracle TABLE=emp

Which two statements are true?

Options:
A.

It overwrites the data for Alan and adds data for Curl and Bob.

B.

It generates a log that contains control file entries, which can be used with normal SQL*Loader operations.

C.

It appends data from EMP.DAT to EMP.

D.

It generates a SQL script that it uses to load data from EMP.DAT to EMP.

E.

It overwrites all data in EMP with data from EMP.DAT.

Questions 14

You have connected to the CDB root as a common user with the CREATE PLUGGABLE DATABASE system privilege and issued the following command: SQL> CREATE PLUGGABLE DATABASE pdb1 ADMIN USER admin1 IDENTIFIED BY p1 ROLES = (CONNECT) FILE_NAME_CONVERT = ('PDB$SEEDdir', 'PDB1dir'); Which three are results of the CREATE command?

Options:
A.

It creates new default schemas for the PDB.

B.

It creates tablespaces to store metadata.

C.

It creates a new local user ADMIN with SYSDBA privileges.

D.

The PDB must be opened Read Only to complete the integration of the PDB into the CDB.

E.

After the PDB is created, it is automatically opened Read/Write.

F.

It creates a new local user ADMIN with restricted privileges.

Questions 15

Which two statements are true about views used for viewing tablespace and datafile information?

Options:
A.

Tablespace free space can be viewed in V$TABLESPACE.

B.

V$TABLESPACE displays information about tablespaces contained in the data dictionary.

C.

A datafile can be renamed when the database is in MOUNT state and the new file name is displayed when querying DBA_DATA_FILES after the database is opened.

D.

Tablespace free space can be viewed in DBA_TABLESPACES.

E.

V$TABLESPACE displays information that is contained in the control file about tablespaces.

Questions 16

Which two statements are true about User Authentication in an Oracle Database?

Options:
A.

Operating System authentication may be used for system-privileged administrative users.

B.

Password authentication must be used for system-privileged administrative users.

C.

Password File authentication is supported for any type of database user.

D.

REMOTE_LOGIN_PASSWORDFILE must be set to EXCLUSIVE to permit password changes for system-privileged administrative users.

E.

Password File authentication must be used for system-privileged administrative users.

Questions 17

Which three Oracle database space management features will work with both Dictionary and Locally managed tablespaces?

Options:
A.

Capacity planning growth reports based on historical data in the Automatic Workload Repository (AWR).

B.

Online table segment shrink.

C.

Online index segment shrink.

D.

Oracle Managed Files (OMF).

E.

Automatic data file extension (AUTOEXTEND).

Questions 18

Which three actions are ways to apply the principle of least privilege?

Options:
A.

Enabling Unified Auditing.

B.

Revoking execute privilege on UTL_SMTP, UTL_TCP, UTL_HTTP, and UTL_FILE from the roles/users (assuming typo for duplicate option).

C.

Using Access Control Lists (ACLs).

D.

Setting the O7_DICTIONARY_ACCESSIBILITY parameter to TRUE.

E.

Setting the REMOTE_OS_AUTHENT parameter to TRUE.

Questions 19

Which three statements are true about dynamic performance views?

Options:
A.

Read consistency is not guaranteed.

B.

V$FIXED_TABLE can be queried to display the names of all dynamic performance views.

C.

Data displayed by querying dynamic performance views is derived from metadata in the data dictionary.

D.

They are owned by the SYSTEM user.

E.

They can be queried only when the database is open.

Questions 20

Which three are benefits of using temp UNDO when performing DML on global temporary tables?

Options:
A.

It permits DML on global temporary tables even if the database is opened read-only.

B.

It reduces the amount of UNDO stored in the UNDO tablespace.

C.

It reduces I/Os to the SYSTEM tablespace.

D.

It reduces the amount of redo generated.

E.

It reduces I/Os to the SYSAUX tablespace.