Listener security question
When I set up a user, which is also in the dba group, and start the listener as that user, no connection to the database can be made. The following error is received:
ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
SVR4 Error: 13: Permission denied
It seems that what is being asked is not possible. We've checked that the group permissions are set at the appropriate level (770 or 775) on ORACLE_HOME so a user in the DBA group should be able to run the listener. This seems like it should be simple, is there some step we are overlooking?