Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 439 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
ORA-27123 with Linux-x86_64 Error: 49: Protocol driver not attached

Hello,
Oracle Database 11.2.0.3.0 on RHEL6.2 x86_64
I often see the below errors when starting the database instance.
SQL> Connected to an idle instance.
SQL> ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
Linux-x86_64 Error: 49: Protocol driver not attached
Additional information: 393227
Additional information: 69
Additional information: 10
SQL> Disconnected
What should I do in order to prevent these errors? Please suggest.
Thanks.
Answers
-
Your SGA is likely larger then what physical memory is available on the server, and so when the instance tries to start up it's unable to allocate the memory needed for the SGA.
If you are seeing this intermittently then it's likely the issue is due to application and/or other processes hosted on the same server as the database that sometimes are consuming physical memory, sometimes not.
Please check your free physical memory on server and the SGA_TARGET or MEMORY_TARGET
-
Hi, welcome to OTN form
ORA-27123: unable to attach to shared memory segment
Action: check permissions on segment, contact Oracle support
please check Oracle support id : Resolving the ORA-27123 error (Doc ID 115753.1)
thank you
-
Hello,
Thanks for the very helpful suggestions. But I need to know why I see os error 49 as below.
--------
SQL> ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
Linux-x86_64 Error: 49: Protocol driver not attached
Additional information: 393227
Additional information: 69
Additional information: 10
------------
The document provided shows us the error may be accompanied by one of the following. Error 49 is not mentioned.
-------------
A) SVR4 error 12: not enough space
SVR4 error 22: Invalid argument (you are trying to increase SGA and
SHMMAX is large enough)
C) SVR4 error 22: Invalid argument
D) SVR4 error 22: Invalid argument
E) UNIX error 13 (Permission Denied)
F) SVR4 error 24 - too many open files.
-------------
What does potentially cause shmat() to be failed with os error 49, "Protocol driver not attached"?
Please suggest.
Thanks.
-
-
Thanks, I checked the form provided and I still want to know why I often see ORA-27123 together with OS Error 49, "Protocol driver not attached".
Thanks.
-
In what situation do we see linux 49 error, "Protocol driver not attached" with ORA-27123? Please suggest.
--------
SQL> ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
Linux-x86_64 Error: 49: Protocol driver not attached
Additional information: 393227
Additional information: 69
Additional information: 10
------------
Thanks.
-
d827a00e-d62a-451f-8932-56837a345f91 wrote: In what situation do we see linux 49 error, "Protocol driver not attached" with ORA-27123? Please suggest. -------- SQL> ORA-01034: ORACLE not available ORA-27123: unable to attach to shared memory segment Linux-x86_64 Error: 49: Protocol driver not attached Additional information: 393227 Additional information: 69 Additional information: 10 ------------ Thanks.
What will you do differently after you have this information?
If you had followed the Installation Guide previously, Oracle would have been successfully installed without ever encountering any error.
-
Hello,
I followed the installation instruction and the installation successfully completed. after that I sometimes see these errors sometimes not.
Thanks.
-
Anyone plz suggest. I really need suggestions.
What's the error 49?
Thanks.