Hi,
I am installing the Oracle V7.0 in a unix env(soft appliance) and I am having an error: Failed to connect to the database
I was told that is should change the oracle user and oinstall group ID to 500, which I have done; but still come up with the same issue.
See Screenshot.
Can anyone assist or have experienced it before?
Below steps might help:
1. make sure umask of root is 022 and umask of others is 002
2. Delete oracle and admin user. Delete oinstall and dba group. (if exists)
3. Create below accounts and groups
/usr/sbin/groupadd oinstall
/usr/sbin/groupadd dba
/usr/sbin/useradd -g oinstall -G dba oracle
passwd oracle
4.. usermod -u 500 oracle
groupmod -g 500 oinstall
5. Follow instructions from the attache doc