1831479 Members
3330 Online
110025 Solutions
New Discussion

Re: oracle

 
qsoft123
New Member

oracle

How to change the os userid oracle in same group dba, with existing oracle instance and Database in HP-UX
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: oracle

Shalom,

vipw /etc/passwd
Change the primary group(field2) dba

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
spex
Honored Contributor

Re: oracle

Hi,

To designate 'dba' as the primary group for user 'oracle' and clear any supplemental group memberships:

# usermod -g dba -G '' oracle

PCS