- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: oracle user being prompted for group password
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
Forums
Discussions
Discussions
Discussions
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
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
05-21-2002 09:08 AM
05-21-2002 09:08 AM
oracle user being prompted for group password
We have an oracle2 login that belongs to the dba2 group only (oracle2 and dba2 because we have 2 database environments installed, this login is for the Peoplesoft environment). The database was starting without any previous problems, but now it is prompting for a group password as follows:
$ svrmgrl
Oracle Server Manager Release 3.0.5.0.0 - Production
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production
With the Partitioning and Objects options
PL/SQL Release 8.0.5.1.0 - Production
SVRMGR> connect internal
Password:
Apparently this is not supposed to be happening. It looks as if the login is being prompted for a group password. I have not made any system changes between the time that this previously worked to now, and the dba has checked the oracle database. I of course have no idea what else to look at.
Any help will be greatly appreciated. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:24 AM
05-21-2002 09:24 AM
Re: oracle user being prompted for group password
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:55 AM
05-21-2002 09:55 AM
Re: oracle user being prompted for group password
Try to add oracle2 to dba group and oracle to dba2 group and see if that helps. Just edit /etc/group file and do that.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 11:02 AM
05-21-2002 11:02 AM
Re: oracle user being prompted for group password
Once again thanks for your help
--Youlette
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 12:58 PM
05-21-2002 12:58 PM
Re: oracle user being prompted for group password
Could the profile for oracle2 not be set properly - overwritten w/oracle user maybe?
PATH set properly - to correct SHLIB?
echo them to be sure.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 02:17 PM
05-21-2002 02:17 PM
Re: oracle user being prompted for group password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:06 PM
05-21-2002 09:06 PM
Re: oracle user being prompted for group password
If that exists then delete it.
After deleting it,
Now set a new password using
The syntax is
orapwd -file=
$orapwd -file=$ORACLE_HOME/dbs/orapw
password=
Also it the orapw
just check whether you have the
remote_login_passwordfile
entry in your init
Post results back.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 11:08 PM
05-21-2002 11:08 PM
Re: oracle user being prompted for group password
One thing that I've seen cause this problem is when you run svrmgrl and have the exported environment variable TWO_TASK set.
Try the following:
unset TWO_TASK
svrmgrl
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 08:14 AM
05-22-2002 08:14 AM
Re: oracle user being prompted for group password
I beleive (but not positive) if you wish to have two differant OSDBA's for differant groups of dba's, it requires two ORACLE_HOME's.
The OSDBA group can be changed by recompiling and linking the Oracle executables. Instructions for doing this can be found on Oracle's metalink site and search for OSDBA. Since they vary by operating system and Oracle version, look for the ones that apply for you. You may also try in technet.oracle.com.
M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 08:36 AM
05-22-2002 08:36 AM
Re: oracle user being prompted for group password
Anyway, he enabled the port. I guess this affected other things on the server because I noticed some strange behaviour with the newgrp command. I needed to reboot the server to make a kernel parameter change, and once the server was rebooted, the database started with no problems.
Well, that works for me!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:12 AM
07-02-2003 06:12 AM
Re: oracle user being prompted for group password
jack...