Multiple choice

Which system privilege must the RMAN user have to be able to connect and execute RMAN commands on a target database?

  1. SYSDBA

  2. SYSOPER

  3. No system privileges are required for the RMAN user.

  4. Only SYS user can connect and execute RMAN commands on a target database.

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

RMAN (Recovery Manager) requires the SYSDBA system privilege to connect to a target database and perform backup and recovery operations. SYSDBA is the highest administrative privilege that allows database startup, shutdown, and complete management. SYSOPER has fewer privileges and cannot perform all RMAN operations.