On Tue, 23 Feb 1999, Eric Wayte wrote: > I was scanning the archives at www.debian.org and may have a solution > for you! When installing Oracle on Solaris/SPARC, you have to edit > /etc/group by hand and make sure that the oracle account is listed in > the dba group: > > dba::101:oracle
Yes, that's the dirty way to do it. The "clean" way is: # adduser oracle dba This will add user "oracle" to group "dba". See 'adduser --help' and 'man adduser' for more information on adduser. Remco -- rd31-144: 10:45pm up 1 day, 21:34, 5 users, load average: 1.00, 1.01, 1.00