Oracle server
Minimal required permissions
Suite Database Upgrade tool
The Suite Database Upgrade tool must have following Oracle database rights. Also take care of sufficient quota on the default table space of the upgrade user.
GRANT ALTER SESSION TO <<username>>
GRANT CREATE PROCEDURE TO <<username>>
GRANT CREATE SESSION TO <<username>>
GRANT CREATE TABLE TO <<username>>
GRANT CREATE TRIGGER TO <<username>>
GRANT CREATE VIEW TO <<username>>
GRANT QUERY REWRITE TO <<username>>
GRANT CREATE SEQUENCE TO <<username>>
Planon application
The Planon application user must have the following Oracle database rights. Also take care of sufficient quota on the default table space of the Planon application user.
Grant Create Session to <<username>>
Grant Alter Session to <<username>>