Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how to change the password of database in plsql developer tool?
Posted
Updated 15-May-18 21:23pm
Comments
Am Gayathri 13-Dec-12 8:46am    
Anybody please answer as soon as possible

A simple google query would have gotten you tons of results right away.
The first link for me was this one: Clickey[^]
 
Share this answer
 
alter user test_pwd identified by new_pass replace old_pass;
 
Share this answer
 
But no way if the password has expired and you do not have sys account.
Use SQL Developer, Toad or SQLPlus instead.
https://sqlandplsql.com/2013/05/08/change-password-oracle/
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900