Granting privileges to non-SYS users for ASM instances
You must connect to ASM instances that are using the SYSDBA
and SYSASM
roles for users. If you do not want to use the SYS account to connect to ASM instances, create a user account and grant the SYSDBA
and
SYSASM
roles to the account.
Procedure
-
Run the following commands to create a user account and grant roles:
-
Log in to the ASM database with the
SYSASM
role to create a new user for an agent and grant theSYSDBA
role orSYSASM
role:create user <UserName> identified by Password
grant sysdba to <UserName>
or
grant sysasm to <UserName>
-
-
When you create the ASM connection in the configuration window, specify the
and the SYSDBA
orSYSASM
role.