Start a new topic

Database access privileges used by eG Manager

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

1 Comment

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.

Login to post a comment