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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-27101 Error

RE: ORA-27101 Error

From: Baker, Barbara <bbaker_at_denvernewspaperagency.com>
Date: Mon, 01 Jul 2002 09:03:24 -0800
Message-ID: <F001.0048CEBD.20020701090324@fatcity.com>


Tom:
I believe the problem is the same on Win as Unix. Here are some notes I made on this error. hope they help.

Barb

> When you start the database, a key for the shared memory segment is
> calculated based on the contents of ORACLE_SID and ORACLE_HOME. When you
> try to connect to the database, your process needs to find the shared
> memory
> segment. It does so by matching your oracle_sid and oracle_home against
> this hashed key. (In the case of a network connection, it does this by
> using
> the oracle_sid and oracle_home in the listener.)
>
>
> Check to see how your environment was set when you started the database
> versus how it is set when you're trying to connect. In particular, if the
> oracle_home path or the oracle_sid is different in any way,you'll get the
> messages
>
> ORA-01034: ORACLE not available
> ORA-27101: shared memory realm does not exist
> SVR4 Error: 2: No such file or directory
>
> In my case, I had the sid as lower case for the session that started the
> database, and upper case in the listener.ora file.
>
> Good luck!
>
> Barb
>
>
> ----------
> From: Tom Schruefer[SMTP:tschruefer_at_mail.howard.k12.md.us]
> Reply To: ORACLE-L_at_fatcity.com
> Sent: Sunday, June 30, 2002 9:53 AM
> To: Multiple recipients of list ORACLE-L
> Subject: ORA-27101 Error
>
> ORA-27101 = Shared Memory Realm is not available
>
> I have seen references to this error and how to repair it on UNIX systems,
> but what is to be done on Win2000 when this thing rears its ugly head?
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Tom Schruefer
> INET: tschruefer_at_mail.howard.k12.md.us
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Baker, Barbara
  INET: bbaker_at_denvernewspaperagency.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Mon Jul 01 2002 - 12:03:24 CDT

Original text of this message

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