- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX-ia64 Error: 2: No such file or directory
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-23-2010 04:48 AM
тАО04-23-2010 04:48 AM
HPUX-ia64 Error: 2: No such file or directory
ORA-27101: shared memory realm does not exist
HPUX-ia64 Error: 2: No such file or directory
---------------------
I have seen similary errors posted to this forum.
Does anyone have any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2010 05:14 AM
тАО04-23-2010 05:14 AM
Re: HPUX-ia64 Error: 2: No such file or directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2010 05:14 AM
тАО04-23-2010 05:14 AM
Re: HPUX-ia64 Error: 2: No such file or directory
The Oracle error ORA-27101 probably refers to the same error as the HPUX-ia64 error, but the Oracle client can state the error in a more useful way: "shared memory realm does not exist". Oracle clients can use a shared memory realm to communicate with the database engine, if the client and the database are located on the same host.
The Oracle error ORA001034 is again a more generic error description: "ORACLE not available", i.e. there does not seem to be an Oracle database in the configured location.
To summarize:
Your application wants to connect to a (local?) Oracle database, but cannot do that because Oracle does not seem to be running on the local host.
If this server is supposed to run the Oracle database locally, find the name of the database and verify that the application is using the correct database name.
If the database is supposed to be on the remote host, verify the application's database connection settings. In that case, there is probably an Oracle client installed on the local system: in that case, the important configuration files might be tnsnames.ora and/or sqlnet.ora, both located in $ORACLE_HOME/network/admin directory.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2010 08:50 AM
тАО04-26-2010 08:50 AM
Re: HPUX-ia64 Error: 2: No such file or directory
What were you tring to do when you received this message? Did you review your Oracle Alert log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2010 06:14 AM
тАО04-27-2010 06:14 AM
Re: HPUX-ia64 Error: 2: No such file or directory
Our DBA has increased SGA memory to 1 GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2010 06:29 AM
тАО04-27-2010 06:29 AM
Re: HPUX-ia64 Error: 2: No such file or directory
How is your client setup? running from a PC or HP-UX shell? If your running from the shell, make sure your ORACLE_SID is set.