nerdexam
Oracle

1Z0-034 · Question #23

The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement is true while performing a tape backup in an RMAN session?

The correct answer is C. The tape buffer is allocated from the Program Global Area (PGA). RMAN allocates the tape buffers in the System Global Area (SGA) or the Program Global Area (PGA),depending on whether I/O slaves are used. If you set the initialization parameter BACKUP_TAPE_IO_SLAVES=true, then RMAN allocates tape buffers from the SGA. Tape devices can only…

Performing Backups

Question

The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement is true while performing a tape backup in an RMAN session?

Options

  • AThe tape I/O performed is asynchronous
  • BThe tape buffer is allocated from the System Global Area (SGA)
  • CThe tape buffer is allocated from the Program Global Area (PGA)
  • DOracle I/O uses an interrupt mechanism to determine when each I/O completes

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    77% (24)
  • D
    13% (4)

Explanation

RMAN allocates the tape buffers in the System Global Area (SGA) or the Program Global Area (PGA),depending on whether I/O slaves are used. If you set the initialization parameter BACKUP_TAPE_IO_SLAVES=true, then RMAN allocates tape buffers from the SGA. Tape devices can only beaccessed by one process at a time, so RMAN starts as many slaves as necessary for the number of tapedevices. If the LARGE_POOL_SIZE initialization parameter is also set, then RMAN allocates buffers from thelarge pool. If you set BACKUP_TAPE_IO_SLAVES=false, then RMAN allocates the buffers from the PGA. If you use I/O slaves, then set the LARGE_POOL_SIZE initialization parameter to dedicate SGA memory toholding these large memory allocations. This parameter prevents RMAN I/O buffers from competing with thelibrary cache for SGA memory. If I/O slaves for tape I/O were requested but there is not enough space in theSGA for them, slaves are not used, and a message appears in The parameter BACKUP_TAPE_IO_SLAVES specifies whether RMAN uses slave processes rather than thenumber of slave processes. Tape devices can only be accessed by one process at a time, and RMAN uses thenumber of slaves necessary for the number of tape devices.

Topics

#BACKUP_TAPE_IO_SLAVES#tape backup#PGA#RMAN I/O

Community Discussion

No community discussion yet for this question.

Full 1Z0-034 Practice