Special Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Oracle Database 1z0-182 Exam Questions and Answers PDF

Page: 5 / 7
Total 94 questions

Oracle Database 23ai Administration Associate Questions and Answers

Question 17

Which three tasks are performed by background processes in an Oracle database instance?

Options:

A.

Creating dedicated server connections.

B.

Registering services with Oracle Net listeners.

C.

Writing redo to log files.

D.

Writing dirty database block images from the buffer cache.

E.

Reading database blocks into the buffer cache.

Question 18

Which two Oracle database space management features require the use of locally managed tablespaces?

Options:

A.

Automatic data file extension (AUTOEXTEND).

B.

Free space management with bitmaps.

C.

Oracle Managed Files (OMF).

D.

Server-generated tablespace space alerts.

E.

Online segment shrink.

Question 19

In which two ways would you disable timing information collected for wait events and much of the performance monitoring capability of the database?

Options:

A.

By setting the TIMED_STATISTICS system parameter to FALSE.

B.

By executing the PL/SQL procedure DBMS_TIME_STATISTIC.DISABLE(TRUE).

C.

By setting the TIMED_STATISTICS_LEVEL system parameter to FALSE.

D.

By setting the STATISTICS_LEVEL parameter to BASIC.

E.

By executing the PL/SQL procedure DBMS_TIME_STATISTIC.LEVEL(BASIC).

Question 20

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.

Page: 5 / 7
Total 94 questions