racli add db_user_profile

Adds a database profile, which can be assigned to a database admin user.

Syntax

racli add db_user_profile --profile_name=PROFILE_NAME --profile_type=admin|monitor|vpc

Options

--profile_name

Specifies the name of the database profile.

--profile_type

Specifies the type of profile. Valid values are admin, monitor, or vpc. When assigning a profile to a user, the profile type must correspond to the user type. For example, an admin user must be assigned an admin profile.