HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle database 9.2.0.5 startup HP-UX error
Operating System - HP-UX
1838574
Members
4533
Online
110128
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
Forums
Discussions
Discussions
Discussions
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
06-07-2005 08:10 PM
06-07-2005 08:10 PM
Oracle database 9.2.0.5 startup HP-UX error
hi,
I installed succefuly oracle database 9i on HP-UX 11i OS. But while starting up the database I got the following Error Messages :
"ORA:27126 Unable to lock shared memory segement in core"
"HP-UX ERROR 1 :Not Owner".
Could someone help fixe this problem ?
I installed succefuly oracle database 9i on HP-UX 11i OS. But while starting up the database I got the following Error Messages :
"ORA:27126 Unable to lock shared memory segement in core"
"HP-UX ERROR 1 :Not Owner".
Could someone help fixe this problem ?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 08:41 PM
06-07-2005 08:41 PM
Re: Oracle database 9.2.0.5 startup HP-UX error
Hi Amignom,
If the lock_sga parameter is set to true in the init.ora, then this problem might arise if the unix user trying to startup the database does not have privileges to lock the memory.
Here is the solution description
You need to give the oracle Unix user memory locking privileges at the OS level. Do the following:
1) Login as root:
%su root
2) Create the file "/etc/privgroup":
$vi /etc/privgroup
3) Add line "dba MLOCK" to file.
Note: The group dba is assuming the oracle owner's ID is part of the dba group.
4) As root, run the command "/etc/setprivgrp -f /etc/privgroup":
$/etc/setprivgrp -f /etc/privgroup
Explanation:
In order for Oracle to lock the SGA into memory, the software owner must have locking privileges at the OS level.
Indira A
If the lock_sga parameter is set to true in the init.ora, then this problem might arise if the unix user trying to startup the database does not have privileges to lock the memory.
Here is the solution description
You need to give the oracle Unix user memory locking privileges at the OS level. Do the following:
1) Login as root:
%su root
2) Create the file "/etc/privgroup":
$vi /etc/privgroup
3) Add line "dba MLOCK" to file.
Note: The group dba is assuming the oracle owner's ID is part of the dba group.
4) As root, run the command "/etc/setprivgrp -f /etc/privgroup":
$/etc/setprivgrp -f /etc/privgroup
Explanation:
In order for Oracle to lock the SGA into memory, the software owner must have locking privileges at the OS level.
Indira A
Never give up, Keep Trying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 08:43 PM
06-07-2005 08:43 PM
Re: Oracle database 9.2.0.5 startup HP-UX error
hi,
- check /etc/privgroup
- verify or add "dba MLOCK" to this file
- reset privs with "setprivgrp -f /etc/privgroup"
- try again
good luck,
Thierry Poels.
- check /etc/privgroup
- verify or add "dba MLOCK" to this file
- reset privs with "setprivgrp -f /etc/privgroup"
- try again
good luck,
Thierry Poels.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP