|
|
|
|
|
|
|
|
Re: Pasword reset [message #306292 is a reply to message #306283] |
Thu, 13 March 2008 10:13 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
If it solves your immediate problem, you could also just change the password to something without a "@", with
ALTER USER dthangad IDENTIFIED BY new_pass
with a user that has DBA privileges.
|
|
|
|
|
|
Re: Password reset [message #306643 is a reply to message #306638] |
Sat, 15 March 2008 06:24 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
S.Rajaram
Messages: 1027 Registered: October 2006 Location: United Kingdom
|
Senior Member |
|
|
Alternatively if you are connecting from unix try setting TWO_TASK variable from the shell prompt and try connecting to your userid and password. I am not sure what's the equivalent in windows. Once successful in your connection you can change your password.
Regards
Raj
[Updated on: Sat, 15 March 2008 06:36] Report message to a moderator
|
|
|
|
|
Re: Password reset [message #307038 is a reply to message #306704] |
Mon, 17 March 2008 12:00 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
iamdurai
Messages: 96 Registered: April 2007 Location: Chennai
|
Member |
![iamdurai%40yahoo.co.in](/forum/theme/orafaq/images/yahoo.png) ![iamdurai@gmail.com](/forum/theme/orafaq/images/google.png)
|
|
Hi Littlefoot,
Quote: |
I am not joking or kidding what I said is real believe me why because if i need to reset my password that kind of situation I need to raise the DBA ticket it is going to be assign the DBA team once we are going to the DBA team they ducting our project cost.
Basically I am working in production support also my PM asking me a questions like why we need to go for DBA we will try like that.
I can connect via SQL developer whereas I can't connect through SQL PLUS.
Can you please help me.
Thanks in advance.
|
Thanx & Reds
Thangam
[Updated on: Mon, 17 March 2008 12:35] by Moderator Report message to a moderator
|
|
|
Re: Password reset [message #307041 is a reply to message #307038] |
Mon, 17 March 2008 12:16 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Quote: |
I can connect via SQL developer whereas I can't connect through SQL PLUS.
|
Can't you change the password in SQL developer then?
|
|
|
Re: Password reset [message #307070 is a reply to message #306647] |
Mon, 17 March 2008 15:12 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Frank wrote on Sat, 15 March 2008 13:09 | What happens if you connect without giving your password and wait for the password-prompt?
|
|
|
|
|
Re: Pasword reset [message #311794 is a reply to message #306253] |
Sun, 06 April 2008 21:37 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gouthami1970
Messages: 2 Registered: April 2008 Location: Atlanta
|
Junior Member |
|
|
hi,
Connecting as a sysdba.
i.e
sql> conn / as sysdba
enter the passward if any
sql>
alter user username identified by give newpassword
then the password changes
no conn with old username and new password
gouthami
|
|
|
|