1Z0-052 | Renew Oracle 1Z0-052 vce


Q71. Which three descriptions are correct about the effects of the TRUNCATE command on a table?

(Choose three.)

A. The corresponding indexes for the table are also truncated.

B. Delete triggers on the table are fired during the execution of the TRUNCATE command.

C. The child table is truncated when the TRUNCATE command is applied on the parent table.

D. The highwater mark (HWM) is set to point to the first usable data block in the table segment.

E. No undo or very little undo data is generated during the execution of the TRUNCATE command.

Answer: ADE

Q72. You perform differential incremental level 1 backups of your database on each working day and level 0 backup on Sunday to tape:

Which two statements are true about differential incremental backups? (Choose two.)

A. The backup performed on Sundays contains all the blocks that have ever been used in the database

B. The backup performed on Sundays contains all the blocks that have changed since the last level 1 backup

C. The backup performed on each working day contains all the blocks that have changed since the last level 0 backup

D. The backup performed on Monday contains all the blocks that have changed since the level 0 backup and every other working day contains all the blocks that have changed since the level 1 backup

Answer: AD

Q73. The instance abnormally terminates because of a power outage.

Which statement is true about redo log files during instance recovery?

A. Inactive and current redo log files are required to accomplish recovery

B. Online and archived redo files are required to accomplish instance recovery

C. All redo log entries after the last checkpoint are applied from redo log files to data files

D. All redo log entries recorded in the current log file until the checkpoint position are applied to data files

Answer: C

Q74. Your database instance is running with full workload after database creation. You have decided to use a fixedsize undo tablespace. You want to use the undo Advisor to estimate the capacity of the undo tablespace.

Which two factors must you consider before using the Undo Advisor to estimate the capacity of the undo tablespace? (Choose two.)

A. The retention period to support flashback

B. The expected length of the longest-running query

C. The number of undo tablespaces in the database

D. The size of the Flash Recovery Area for the database instance

Answer: AB

Q75. Which two statements are true regarding listeners? (Choose two.)

A. Listeners use only the TCP/IP protocol.

B. Multiple listener processes can run simultaneously on a host.

C. Multiple database instances can be registered with a single listener.

D. The listener-related errors can be traced only at the administrative level.

E. Only one database instance can be registered with a single listener at any time.

Answer: BC

Q76. You are managing an Oracle Database 11g database. The database is open, and you plan to perform Recovery Manager (RMAN) backups.

Which three statements are true about these backups? (Choose three.)

A. The backups would be consistent.

B. The backups would be inconsistent.

C. The backups would be possible only if the database is running in ARCHIVELOG mode.

D. The backups would be possible only if the database is running in NOARCHIVELOG mode.

E. The backups need to be restored and the database has to be recovered in case of a media failure.

Answer: BCE

Q77. Your database instance is functional for the past one month. The Automatic Workload Repository (AWR) snapshot retention is set to 7 and the STATISTICS_LEVEL initialization parameter is set to TYPICAL. You receive a complaint about the poor performance of the database between 7 PM and 9 PM of the previous day. Choose two actions any of which can be referred to first to diagnose the problem. (Choose two.)

A. Use the Active Session History report.

B. Use the AWR Compare Periods report.

C. Use an ADDM analysis between 7 PM and 9 PM of the previous day.

D. Use the AWR Compare Period report between 7 PM and 9 PM of the previous day.

Answer: BC

Q78. Which statement is true about loading data using the conventional path of SQL*Loader?

A. Redo is not generated while performing conventional path loads

B. Only PRIMARY KEY, UNIQUE KEY and NOT NULL constraints are checked

C. No exclusive locks are acquired when the conventional path loads are performed

D. Instead of performing transactions, SQL*Loader directly writes data blocks to the data files

E. INSERT triggers are disabled before the conventional path load and reenabled at the end of the load

Answer: C

Q79. View the Exhibit and examine the undo tablespace attributes. Your database instance is experiencing a large volume of transactions from non-DBA users in the last one hour. The undo tablespace NDOTBS1 is full with transactions and no transaction was committed more than one hour ago. The database has two more undo tablespaces.

What happens to the new DML operations in this scenario?

Exhibit:

A. The DML commands will fail

B. The undo data generated by the DML is stored in one of the two other undo tablespace

C. The undo data generated by the DML will overwrite the extents that contain committed undo data

D. The undo data generated by the DML is stored in the SYSTEM undo segment of the SYSTEM tablespace

Answer: A

Q80. User A executes the following command to drop a large table in your database:

SQL> DROP TABLE trans;

While the drop table operation is in progress; user B executes the following command on the same table;

SQL> DELETE FROM trans WHERE tr_type='SL'

Which statement is true regarding the DELETE command?

A. It fails to delete the records because the records are locked in the SHARE mode

B. It deletes the rows successfully because the table is locked in the SHARE mod

C. It fails to delete the records because the table is locked in EXCLUSIVE mode

D. It deletes the rows successfully because the table is locked in SHARE ROW EXCLUSIVE mode

Answer: C