- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- shared memory attach error
Operating System - Linux
1820590
Members
2470
Online
109626
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО08-30-2002 12:33 AM
тАО08-30-2002 12:33 AM
Hello there.
I have Redhat linux 7.3 installed on a Pentium III 500MHz m/c. I have 320MB physical RAM and configured 1.9GB of swap space.
I try to install oracle 9i and it gives me error message ORA-27123 which is related to shmat().
I'm interested in knowing that if shmat() fails which commands should I use to provide global permissions.
Thank you,
Vimala.
30-Aug-2002
ORA-27123 detail message:
27123, 00000, "unable to attach to shared memory segment"
// *Cause: shmat() call failed
// *Action: check permissions on segment, contact Oracle support
I have Redhat linux 7.3 installed on a Pentium III 500MHz m/c. I have 320MB physical RAM and configured 1.9GB of swap space.
I try to install oracle 9i and it gives me error message ORA-27123 which is related to shmat().
I'm interested in knowing that if shmat() fails which commands should I use to provide global permissions.
Thank you,
Vimala.
30-Aug-2002
ORA-27123 detail message:
27123, 00000, "unable to attach to shared memory segment"
// *Cause: shmat() call failed
// *Action: check permissions on segment, contact Oracle support
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2002 12:46 AM
тАО08-30-2002 12:46 AM
Re: shared memory attach error
Hi
Have you re-compile your kernel follow the oracle's guide?
And do you know 9i support RH7.3?
Good luck
Have you re-compile your kernel follow the oracle's guide?
And do you know 9i support RH7.3?
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2002 02:25 AM
тАО08-30-2002 02:25 AM
Solution
hi,
do this As root:
# echo `expr 1024 \* 1024 \* 1024` > /proc/sys/kernel/shmmax
It is recommended to increase the shmmax setting permanently for Oracle. So if you want to increase the maximum shared memory size permanently, add the following line to the /etc/sysctl.conf file:
kernel.shmmax=1073741824
regards,
U.SivaKumar
do this As root:
# echo `expr 1024 \* 1024 \* 1024` > /proc/sys/kernel/shmmax
It is recommended to increase the shmmax setting permanently for Oracle. So if you want to increase the maximum shared memory size permanently, add the following line to the /etc/sysctl.conf file:
kernel.shmmax=1073741824
regards,
U.SivaKumar
Innovations are made when conventions are broken
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP