1Z0-052 | All About Realistic 1Z0-052 practice test


Q31. You suspect unauthorized data manipulation language (DML) operations on a particular table. You want to track users who are performing the transactions and the values used in the transactions.

You also plan to transfer these values to another table for analysis. How would you achieve this?

A. by using triggers

B. by using Data Pump

C. by using external tables

D. by using anonymous PL/SQL blocks

Answer: A

Q32. Which two statements are true regarding undo tablespaces? (Choose two.)

A. The database can have more than one undo tablespace

B. The UNDO_TABLESPACE parameter is valid in both automatic and manual undo management

C. Undo segments automatically grow and shrink as needed, acting as circular storage buffer for their assigned transactions

D. An undo tablespace is automatically created if the UNDO_TABLESPACE parameter is not set and the UNDO_MANAGEMENT parameter is set to AUTO during the database instance start up

Answer: AC

Q33. User SCOTT wants to perform a bulk insert operation in the EMP_DEP table. SCOTT receives the following error after the INSERT statement is issued and few rows are inserted:

INSERT INTO EMP_DEP (emp_id,name,salary,dep_name,mgr_id)

*

ERROR at line 1:

ORA-01653: unable to extend table SCOTT.EMP_DEP by 128 in tablespace USERS

Identify two actions either of which will help you resolve this problem. (Choose two.)

A. Grant the RESOURCE role to SCOTT.

B. Add data files to the USERS tablespace.

C. Grant the CREATE ANY TABLE privilege to SCOTT.

D. Increase the space for SCOTT on the USERS tablespace.

E. Increase the size of the data file associated with the USERS tablespace.

Answer: BE

Q34. Which is the correct description of a pinned buffer in the database buffer cache?

A. The buffer is currently being accessed

B. The buffer is empty and has not been used

C. The contents of the buffer have changed and must be flushed to the disk by the DBWn process

D. The buffer is a candidate for immediate aging out and its contents are synchronized with the block contents on the disk

Answer: A

Q35. See the Exhibit:

Identify the component marked with a question mark:

A. Checkpoint (CKPT)

B. Process Monitor (PMON)

C. Archiver Processes (ARcn)

D. Recoverer Process (RECO)

E. Memory Manager Process (MMAN)

Answer: A

Q36. Which two statements are true regarding the SGA_TARGET initialization parameter? (Choose two.)

A. It can be increased up to the value of the SGA_MAX_SIZE parameter.

B. Increasing the value of the SGA_TARGET parameter distributes the increased memory among all the autotuned components.

C. Reducing the value of the SGA_TARGET parameter deallocates memory from both autotuned and manually sized components.

D. Increasing the value of SGA_TARGET up to the value of SGA_MAX_SIZE disables the automatic shared memory management feature.

Answer: AB

Q37. Your database instance is configured with automatic undo management and the UNDO_RETENTION parameter is set to 900 seconds. You executed the following command to enable retention guarantee:

SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE;

What affect would this command have on the database?

A. The extents in the undo tablespace retain data until the next full database backup

B. The extents containing committed undo in the undo tablespace are not overwritten for at least 15 minutes

C. The extents containing committed data in the undo tablespace are not overwritten until the instance is shut down

D. The extents containing committed undo in the undo tablepace are transferred to Flash Recovery Area before being overwritten

Answer: B

Q38. Which two statements are true regarding a PL/SQL package body? (Choose two.)

A. It cannot be created without a package specification.

B. It cannot invoke subprograms defined in other packages.

C. It can contain only the subprograms defined in the package specification.

D. It can be changed and recompiled without making the package specification invalid.

Answer: AD

Q39. To make audit information more productive, the DBA executes the following command before starting an audit operations:

SQL>ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE;

Which statement is true regarding the audit record generated when auditing starts after restarting the database?

A. It contains only the plan for the SQL statement executed by the user

B. It contains the SQL text executed by the user and the bind variables used with it

C. It contains the plan and statistics associated with the SQL statement executed by the user D.

It contains the plan for the SQL statement executed by the user and the bind variables used with it

Answer: B

Q40. Which two statements are true regarding transactions in an Oracle database? (Choose two.)

A. Multiple transactions can use the same undo segment.

B. A transaction is assigned an undo segment when it is started.

C. More than one transaction cannot share the same extent in the undo tablespace.

D. The transactions use system undo segment to store undo data if all the segments in the undo tablespace are used.

Answer: AB