Multiple choice technology databases

Which statement is true regarding RMAN components?

  1. Each target database requires its own recover catalog.

  2. RMAN scripts can be stored in the recovery catalog or the targer control file.

  3. A channel is a stream of data to a device type and corresponds to one server session.

  4. The RMAN executable interprets server session commands and establishes connections to the target database.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In RMAN, a channel represents a stream of data to a specific device type (like disk or tape) and corresponds to one server session. Channels are allocated to perform backup and recovery operations. Option A is incorrect - multiple target databases can share one recovery catalog. Option B is incorrect - RMAN scripts are stored in the recovery catalog, not the control file. Option D incorrectly describes the RMAN client; it's the channel that establishes server sessions.