Alok's view of the world and everything within !!!!
Thursday, 29 August 2019
Oracle: Create oracle install group for installation
groupadd oinstall;
groupadd dba
Path:
/usr/sbin/
useradd -m -g oinstall -G dba oracle
if oracle exists
usermod -G dba oracle
Verify:
id oracle
uid=200(oracle) gid=201(oinstall) groups=201(oinstall),8001(dba)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment