Exadata compute node - Adding user to wheel group
Hi,
I created a Unix user on the Exadata compute node (Oracle Linux 7).
When logged with this user, if I do 'su - oracle' i get 'permission denied'.
I suppose I can fix it by adding the new user to the 'wheel' group:
gpasswd -a myuser wheel
Is this the right approach ?
Thank you
Mes