During installation of Oracle XE 11gR2 on Fedora 15, I am presented with:
The install cannot proceed because ORACLE_BASE directory (/u01/app/oracle) is not owned by "dba" group. You must change the ownership of ORACLE_BASE directory to "dba" group and retry the installation.
This is frustrating because I have set oracle:oinstall as the owner, and dba is in the oinstall group.
When I change the owner to dba it just complains about the oracle user.
dba gid=oinstall groups=oinstall,root,oper oracle gid=oinstall groups=oinstall,vboxsf,dba (running in virtualbox)
What am I doing wrong?
