Home » RDBMS Server » Server Administration » ORA-01034: ORACLE not available, ORA-27101: shared memory realm does not exist
ORA-01034: ORACLE not available, ORA-27101: shared memory realm does not exist [message #50234] Wed, 06 March 2002 13:20 Go to next message
Ruchir
Messages: 4
Registered: March 2002
Junior Member
Hi,

when i try to use sqlplus for the first time, right after installation. i get the following errors..

ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist

HELP!

Thanks,

Ruchir.
Re: ORA-01034: ORACLE not available, ORA-27101: shared memory realm does not exist [message #50237 is a reply to message #50234] Wed, 06 March 2002 16:39 Go to previous messageGo to next message
Wei Lang
Messages: 23
Registered: March 2002
Junior Member
Oracle instance is not up. login as sys in sqlplus (8.1.7 or 9.0.1) and startup the database first.

Wei
Re: ORA-01034: ORACLE not available, ORA-27101: shared memory realm does not exist [message #51263 is a reply to message #50234] Fri, 10 May 2002 07:30 Go to previous messageGo to next message
SANDEEP JAIN
Messages: 1
Registered: May 2002
Junior Member
ORA-01034: ORACLE not available,
ORA-27101: shared memory realm does not exist

this two error is comming
Re: ORA-01034: ORACLE not available, ORA-27101: shared memory realm does not exist [message #51358 is a reply to message #50234] Fri, 17 May 2002 06:42 Go to previous messageGo to next message
Victor Huertas Conde
Messages: 1
Registered: May 2002
Junior Member
Tengo instalado el Sistema Operativo Windows Profesional y e instalado el Oracle 8i ver 8.1.7 y al momento de ejecutar el SQL*PLUS me sale el siguiente error:

ORA-01034: ORACLE not available not exist y
ORA-27101: Shared memory realm does not exist
Re: ORA-01034: ORACLE not available, ORA-27101: shared memory realm does not exist [message #51380 is a reply to message #50237] Mon, 20 May 2002 06:56 Go to previous messageGo to next message
Ian Corrie
Messages: 1
Registered: May 2002
Junior Member
I was consistantly receiving this error straight after installing Oracle 8.1.7 on a W2K box, no errors had occured during any installation.

The problem was solved by uninstalling my old instance, manually cleaning the windows registry of references to the now non-existent Oracle instance and most importantly PHYSICALLY DISCONNECTING THE BOX FROM THE LOCAL NETWORK.

After installing under these conditions Oracle worked straight away.
Same, with Oracle answer [message #51447 is a reply to message #51380] Thu, 23 May 2002 06:56 Go to previous messageGo to next message
PhilZe
Messages: 1
Registered: May 2002
Junior Member
Article-ID: <Note:122183.1>
Circulation: PUBLISHED (EXTERNAL)<Help:KRSTATUS.PUBLISHED>
Folder: network.General <Topics:3735.0>
Topic: Miscellaneous <Articles:3735.0.8857.1>
Title: ORA-27101 "Shared Memory Realm Does Not Exist" Connecting
Via Net8
Document-Type: PROBLEM
Impact: LOW
Skill-Level: NOVICE
Updated-Date: 16-MAR-2002 04:50:18
References:
Shared-Refs:
Authors: BMSMITH.US
Attachments: NONE
Content-Type: TEXT/PLAIN
Keywords: ORA-1034; ORA-27101; CONNECT; FAIL;
Errors: ORA-1034; ORA-27101;
Products: 115/NET (XX);
Platforms: GENERIC;

*************************************************************
This article is being delivered in Draft form and may contain
errors. Please use the MetaLink "Feedback" button to advise
Oracle of any issues related to this article.
*************************************************************

Problem Description
-------------------
You are attempting to connect to an Oracle8i database from a client using
sqlplus and receive the following errors:

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
SVR4 Error: 2: No such file or directory

You have installed 8.1.7 on the same server in a seperate ORACLE_HOME.

Solution Description
--------------------
1) For local (BEQ/IPC) connections:

Verify that the ORACLE_SID environment variable is set and points to a valid
8.1.7 database that is up and running.

% echo $ORACLE_SID
junk

% ps -ef &#124grep smon
oracle 24603 1 0 15:22:51 ? 0:02 ora_smon_JUNK

In this scenario, because the ORACLE_SID value is case-sensitive on Unix
platforms, a database called 'junk' is not running as it does not exist - it
should be 'JUNK' i.e. upper case.
To fix the issue, set the ORACLE_SID value correctly or to a valid instance.

% setenv ORACLE_SID JUNK (for csh)
% ORACLE_SID=JUNK;export ORACLE_SID (for ksh, sh)

2) For remote (TCP/listener) connections:

Review the listener.ora currently used to startup the listener and verify
the ORACLE_HOME value is correct for all listed Oracle8i databases.

If the ORACLE_HOME points to the 8.1.7 software, however the database was
created using a different version (e.g. 8.1.6 or 8.1.5), then this error can
occur.

Explanation
-----------
Previously, when the ORACLE_HOME or ORACLE_SID were set incorrectly, in the
'oracle' or client user's environment, only ora-1034 was reported e.g.:

ORA-01034 "ORACLE not available"

With 8.1.7, error ORA-27101 reports that the shared memory key generated by the
client does not match any currently existing keys. This is to be expected if
the ORACLE_HOME used by the client is not the same as that used to startup the
database or when the ORACLE_SID value is not correctly referencing the right
instance.

Additional Search Words
-----------------------
listener, tnslsnr, parameter, hashing algorithm, attach, SGA
Re: ORA-01034: ORACLE not available, ORA-27101: shared memory realm does not exist [message #52236 is a reply to message #51380] Wed, 10 July 2002 09:40 Go to previous message
Paulino
Messages: 1
Registered: July 2002
Junior Member
Hi Ian,

Are you joking about Diconnecting the box from the network?
That seems to be....

And, How did you clean the registry manually. (with care)

Regards
Paulino
Previous Topic: mismatch in redo log files and database is not open
Next Topic: Schedule Job not working
Goto Forum:
  


Current Time: Tue Sep 17 20:24:55 CDT 2024