Database access privileges used by eG Manager

Posted over 10 years ago by Nathan Smith

Post a topic
Un Answered
N
Nathan Smith

 What are the database privileges required for normal operations of the eG manager?

0 Votes


1 Comments

A

Administrator posted over 10 years ago Admin

Privileges for MsSql backend

  • Database user should have dbowner privilege on the eG database

Privileges for Oracle backend:

  • Grant connect, resource to username; 
  • Grant select_catalog_role to username;

Note: Database users with the privileges mentioned above can be automatically created and associated with the eG database during the eG Manager installation, by supplying the database super user accounts to the install script. Alternatively, administrators can choose to create the database user manually and assign it for use by eG Manager.

0 Votes

Login to post a comment