Link to home
Start Free TrialLog in
Avatar of Gyrus
Gyrus

asked on

ORA-01034: Oracle not available and ORA-27101 Shared memory realm does not exist, and ORA-12514 TNS:listener does not currently know of service requested is connect descriptor

1)  Attempting to connect to Oracle instance via SQL Plus version 10.2.0.1.0
2)  Initially receiving ORA errors ORA-01034:  Oracle Not Available and ORA-27101 Shared Memory realm does not exist.
3)  Check the server to see if the Oracle system variables were correct, but found that they did not exist.  Added per solution on
https://www.experts-exchange.com/questions/23409683/Ora-01034-Oracle-not-available-AND-Ora-27101-Shared-memory-realm-does-not-exist.html 
4) Launched SQL Plus version 10.2.0.1.0 again, and am now receiving ORA-12514 TNS:listener does not currently know of service requested is connect descriptor.
5)  I noticed that gatorvip had author make an edit to the listener.ora file, but the author's secondary error was different.

I am attaching a Word file that contains the
C:\Documents and Settings\administrator.GYRUSDOM>lsnrctl services

LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 31-OCT-2008 14:37
:07

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0
         LOCAL SERVER
The command completed successfully
ScreenCaptures--for-ExpertExchan.doc
ASKER CERTIFIED SOLUTION
Avatar of gatorvip
gatorvip
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tolomir
It seems to me like the database is down.

Another issue could be orcl - is the database really called orcl (oracle standard but I never did name a database like that)

Tolomir
Avatar of denverskier
denverskier

It looks to me like you probably need to go to services.msc and start the service of the new database you've created (assuming that you've created a database).  You will also need to insert an entry into the tnsnames.ora file for the new database.  After these things are done, set your oracle sid :
>set oracle_sid=new_database_name
from a command prompt, then try to log into the database.

Let us know if you need more/other help.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Gyrus

ASKER

I edited the listener.ora file; restarted the Oracle and Oracle listener services via the services.mmc.  I am now receiving the ORA-12541 TNS: no listener (see attached file).  
ScreenCaptures2--for-ExpertExcha.doc
remove this line from the listener.ora file

 [... any other listeners ... ]


that was a note for you, just in case you had any other listener.