Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: sqlplus connect errors 1034/27101/svr4...
Les Ayudo wrote:
>
> Looked over some websites and still couldn't figure out why I was getting
> these errors. I made sure my variables were set and still could not
> connect. Any ideas?
>
> I'm running oracle 8.1.7 on solaris 9 (USparc10). Let me know if you need
> more info.
>
> error 1034: Oracle not avail.
> error 27101: shared memory realm does not exit
> svr4 error :2: No such file of directory
>
Les,
If ORACLE_SID and ORACLE_HOME are correctly set, then the only thing I
can think of is that the setuid bit of the oracle executable
($ORACLE_HOME/bin/oracle) is not set.
Should look like this :
$ ls -l $ORACLE_HOME/bin/oracle
-rwsr-s--x 1 oracle dba ....
-- Regards, Stephane Faroult Oriole Software -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephane Faroult INET: sfaroult_at_oriole.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Sun Feb 23 2003 - 08:38:45 CST
![]() |
![]() |