Link to home
Start Free TrialLog in
Avatar of gloyola1
gloyola1Flag for United States of America

asked on

Looking for an add-on or utility to be able to change password in PL SQL. My manager uses Change Password v1.3 but I cannot find the download. I am currently using: PL/SQL Developer Version 12.0.

Looking for an add-on or utility to be able to change password in PL SQL.  My manager uses Change Password v1.3 but I cannot find the download.  Looking for site to be able to download Change Password v1.3 or something similar.  Thanks
I am currently using:
  PL/SQL Developer
  Version 12.0.1.1814  (32 bit)
  02.107192 - Unlimited user license
  Service Contract: 5/1/2017
  Windows 10 (64-bit) Build 18363

User generated image
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gloyola1

ASKER

 We have been given permission by our DBA to change our password and instead of running:  
ALTER USER userid IDENTIFIED BY password 

Open in new window

I would like to be able to change it using a GUI.  Thanks
I would like to be able to change it using a GUI.  Thanks               
Why not right-click on the user/schema -> edit -> change password and then save?!
But IMHO, the short  DDL command would suffice ;-)
In PL/SQL Developer, you could also set up a custom "shortcut", e.g. you type "au" followed by space key and this could expand into "alter user &userid identified by &password".
This in conjunction with a Command Window, you'll outperform any GUI based "shit" (sorry for the swear word)