nerdexam
RSA

050-SEPROGRC-01 · Question #29

What level of access should be enabled for the database user accounts?

The correct answer is A. db_owner. RSA Archer requires the database user account to have db_owner permissions to support all necessary read, write, and schema modification operations.

Archer Platform Architecture and Components

Question

What level of access should be enabled for the database user accounts?

Options

  • Adb_owner
  • Bdb_datawriter
  • Cdb_accessadmin
  • Ddb_securityadmin

How the community answered

(38 responses)
  • A
    79% (30)
  • B
    3% (1)
  • C
    11% (4)
  • D
    8% (3)

Why each option

RSA Archer requires the database user account to have db_owner permissions to support all necessary read, write, and schema modification operations.

Adb_ownerCorrect

The db_owner role grants full control over the database, which RSA Archer requires to create and modify schema objects, manage stored procedures, and perform all necessary data operations during installation and ongoing use. Without this elevated role, Archer cannot complete schema upgrades or execute certain administrative database tasks. This is an explicit requirement documented in the Archer installation prerequisites.

Bdb_datawriter

db_datawriter only allows INSERT, UPDATE, and DELETE operations, which is insufficient because Archer also needs DDL permissions to create and alter schema objects.

Cdb_accessadmin

db_accessadmin only manages database access permissions and cannot grant the data manipulation or schema rights Archer requires.

Ddb_securityadmin

db_securityadmin manages security-level permissions such as logins and roles but does not provide the data access or schema modification rights Archer needs.

Concept tested: RSA Archer database user permission requirements

Source: https://community.rsa.com/t5/archer-platform-documentation/tkb-p/archer-platform-documentation

Topics

#database user accounts#db_owner#installation prerequisites#database permissions

Community Discussion

No community discussion yet for this question.

Full 050-SEPROGRC-01 Practice