Order and Service Management (Communications Industry) (MOSC)

MOSC Banner

user permissions to run the OSM installer.

Following are the DB permissions required for a user to run the OSM installer without using SYS user.


 grant connect to USER with admin option;
grant resource to USER with admin option;
grant  create user  to USER with admin option;
grant create any context to USER with admin option;
grant select on sys.dba_users to USER with grant option;
grant select on sys.dba_objects to USER with grant option;
grant select on sys.v_$temp_extent_map to USER with grant option;
grant select on sys.v_$temp_extent_pool to USER with grant option;
grant select on sys.dba_free_space to USER with grant option;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center