Urgent - ORA-27123 : ( SVR4 Error: 13:) -- Unable to startup on Solaris
589454Dec 17 2007 — edited Dec 19 2007Greetings,
I'm getting this error on my oracle server. I did check the permissions on the oracle binary.
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 18 01:37:57 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect sys as sysdba
Enter password:
Connected to an idle instance.
SQL> startup mount;
ORA-27123: unable to attach to shared memory segment
SVR4 Error: 13: Permission denied
------------
-rwxr-x--x 1 oracle dba 109214432 Dec 4 15:18 oracle
-----------
Any thing else i need to look for ?
my $ORACLE_HOME/bin directory has :
nmb , nmo files owned by root:oinstall
everything else owned by root:dba.
is this fine?