nerdexam
SAP

C_HANAIMP142 · Question #65

You create a role with the following command: CREATE ROLE "InfoUser" When you try to assign this role to user PETER with the following command: GRANT InfoUser to PETER you receive an error message…

The correct answer is A. Recreate the role with the command CREATE ROLE InfoUser. D. Recreate the role with the command CREATE ROLE INFOUSER. E. Grant the role with the command GRANT "InfoUser" to PETER. See the full explanation below for the reasoning.

Question

You create a role with the following command: CREATE ROLE "InfoUser" When you try to assign this role to user PETER with the following command:

GRANT InfoUser to PETER you receive an error message "Invalid user privilege:

INFOUSER". What must you do to avoid this problem? (Choose three)

Options

  • ARecreate the role with the command CREATE ROLE InfoUser.
  • BRecreate user PETER with GRANT OPTION.
  • CGrant the role the WITH ADMIN OPTION.
  • DRecreate the role with the command CREATE ROLE INFOUSER.
  • EGrant the role with the command GRANT "InfoUser" to PETER.

How the community answered

(26 responses)
  • A
    85% (22)
  • B
    4% (1)
  • C
    12% (3)

Community Discussion

No community discussion yet for this question.

Full C_HANAIMP142 Practice