Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: What means: Shared memory realm does not exist?

Re: What means: Shared memory realm does not exist?

From: koert54 <koert54_at_nospam.com>
Date: Sat, 15 Sep 2001 21:45:34 GMT
Message-ID: <2_Po7.55686$6x5.12000751@afrodite.telenet-ops.be>


Basically the process your launching can not attach to the shared memory area that represents your SGA - thus you're using IPC (shared memory + semaphores) instead of for example TCPIP sockets to communicate with the database ... meaning - your running the client process on the same machine as your server and either your ORACLE_HOME or ORACLE_SID is not correctly set...

"Some One Else" <algernon_at_spamcop.net> wrote in message news:QfLo7.4321$RS3.2703857_at_news1.elcjn1.sdca.home.com...
>
> In Linux (LM*), I had Oracle 8.1.7 running at least once. Don't know what
> I've bumped, but now all I get in a typical session is:
>
> == SQL*Plus: Release 8.1.7.0.0 - Production on ...
> ==
> == (c) Copyright 2000 Oracle Corporation. All rights reserved.
> ==
> == Enter user-name: scott/tiger
> == ERROR:
> == ORA-01034: ORACLE not available
> == ORA-27101: shared memory realm does not exist
> == Linux Error: 2: No such file or directory
>
> Looking up the error number does no good. What does it mean that the
> 'shared memory realm does not exist'. What are typical causes?
>
> Thanks in advance!
>
>
>
>
Received on Sat Sep 15 2001 - 16:45:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US