1833146 Members
3464 Online
110051 Solutions
New Discussion

SAM

 
SOLVED
Go to solution
Jay Cantwell
Regular Advisor

SAM

Hello all..first thanks for all the previous help...ya'll are life savers....now my question: I have a userid 'oracle' that I
am trying to change the password in SAM...
please note this is on a 10.20 untrusted system. When I attempt to change password and
hit OK to get out of the user's profile, I get an error that the user is logged on, therefore SAM cannot make the change...however, 'oracle' IS NOT logged on...neither as a login, ftp or as an someone that has su to the userid

The only reference to 'oracle' is the processes it is running....

has anyone seen or had this happen. My dba is willing to come and take down the data bases over the weekend if necessary to clear all references to the userid...any help would be greatly appreciated
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: SAM

Jay:

Don't bother with SAM. Login as Oracle and do:

# passwd

or, as root, do:

# passwd oracle

see 'man passwd' for more information.

...JRF...
Jay Cantwell
Regular Advisor

Re: SAM

Thanks James...that did the trick....have
a GRRRREEEAt evening....Jay
James R. Ferguson
Acclaimed Contributor

Re: SAM

Hi Jay:

Happy to be of help. Have a great night, yourself, too!

Regards, Jim.

...JRF...
Joseph C. Denman
Honored Contributor

Re: SAM

Are you sure you did not login as oracle then su to root?

I have done this before.
If I had only read the instructions first??