- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shared Memory Realm Does Not Exist
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 05:23 PM
тАО04-20-2004 05:23 PM
Shared Memory Realm Does Not Exist
The instance is starting, but we get error
"Oracle Not Available,
ORA-27101:Shared memory realm does not exist"
so we are starting up the server using "database configuration assistant".
The oracle server is running on Win 2K OS.
Pls help if somebody has solution for this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 05:31 PM
тАО04-20-2004 05:31 PM
Re: Shared Memory Realm Does Not Exist
The error indicates one of a few conditions in oracle.
Not enough shared memory.
Shared memory resources locked by root and inaccessible
Not enough shared memory segments.
I can fix that in Unix. Don't have a clue how to deal with it in Win2K
perhaps technet.oracle.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 05:53 PM
тАО04-20-2004 05:53 PM
Re: Shared Memory Realm Does Not Exist
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 12:42 AM
тАО04-21-2004 12:42 AM
Re: Shared Memory Realm Does Not Exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 12:49 AM
тАО04-21-2004 12:49 AM
Re: Shared Memory Realm Does Not Exist
Run oracle on hp-ux.
OR
reboot Win 2K
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 12:52 AM
тАО04-21-2004 12:52 AM
Re: Shared Memory Realm Does Not Exist
But Stephen is proposition sound goods to me.
Once, we had this problem. This has to do with the connection string. Try to connect with it all, or just with the SID positionned:
sqlplus scott/tiger@ORCL
export ORACLE_SID=ORCL ; sqlplus scott/tiger
Cheers,
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2004 06:25 PM
тАО04-21-2004 06:25 PM
Re: Shared Memory Realm Does Not Exist
It's possible that you have the Oracle Service started but not the shared memory in fact.
Try to start the database from Oracle tools: server manager (if you have a version previous to 9) or sqlplus (if not)... with and startup command.
Cheers
Mar