|
|
|
|
|
|
|
Re: User taking more time to reset password [message #614264 is a reply to message #614238] |
Tue, 20 May 2014 03:59 |
|
suhasdba
Messages: 141 Registered: April 2013 Location: INDIA
|
Senior Member |
|
|
<The password verify function for database users (you said you were changing the password for a database user) is in the database. You only need database access, not server access.>
yes i am aware of it EdStevens .To connect to database i first connect to server and then database through oracle user if i am not wrong.
Thanks
[Updated on: Tue, 20 May 2014 03:59] Report message to a moderator
|
|
|
|
Re: User taking more time to reset password [message #614309 is a reply to message #614264] |
Tue, 20 May 2014 09:55 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
@suhasdba,
Why not use sqlplus and connect to DB. Try modifying your own password, and see if it takes longer time too. Ideally it should never be, unless there is something else behind the authentication, as CM pointed out. Try to figure it out.
By authentication, I mean the rules defined for a genuine password creation in your system/application. Which only you would know/be aware of. If you are not the DBA, then get in touch of your application DBA.
[Updated on: Tue, 20 May 2014 10:48] by Moderator Report message to a moderator
|
|
|
Re: User taking more time to reset password [message #614336 is a reply to message #614309] |
Wed, 21 May 2014 00:00 |
|
suhasdba
Messages: 141 Registered: April 2013 Location: INDIA
|
Senior Member |
|
|
Lalit/Stevens,
Thanks for your suggestions.I will follow the methods you suggested to connect to database.Actually the issue got fixed .I restarted the database using shutdown abort and then was able to reset the user password in database.well my server OS user credentials is also fixed and able to login to server.
I have one more question with regards to using SQL developer tool.
I know its a oracle client tool that can be downloaded from oracle site . Does it require any port to be opened to connect to oracle DB server ?
Thanks
Suhas
[Updated on: Wed, 21 May 2014 00:01] Report message to a moderator
|
|
|
|
|
|
Re: User taking more time to reset password [message #614721 is a reply to message #614594] |
Mon, 26 May 2014 09:28 |
Roachcoach
Messages: 1576 Registered: May 2010 Location: UK
|
Senior Member |
|
|
I've seen these sorts of things lock up and "hang" before when a connection pool loses the plot and DDOS's the box. Basically locks up user$ and the surroundings.
Beyond that outside cause, I agree with Michel for the most part
|
|
|