The simple Change Password tool for Oracle databases,
by Noel Talard, 2005,214.
THIS TOOL IS DELIVERED "AS THIS": NO SUPPORT/WARRANTY BY THE AUTHOR.
Please evaluate in a test environment first!

INSTALLATION
Just have to get :
- setenv.bat		: environment setting script
- ChgPwd.bat		: the Win/Dos .bat launcher for the end user.
- ChgPwd.jar		: the file containings Java classes to be run
- ChgPwd.properties	: defines the properties
   username=<the default username>
   DB.<name>=jdbc:oracle:thin:@<host>:<port>:SID (only thin driver syntax is supported)>
- ChgPwd.txt		: this file.
- the JDBC thin driver for oracle: ojdbc14.jar
Then configure JAVADIR variable in the setenv.bat file
THAT'S ALL !


EXPLANATIONS
This tool will change only the password of a user in the selected database.
Basic checks are made:
- new password contains at least 6 characters.
- new password contains at least one digit.
- new password contains at least 2 letters.
- new password differ from current password.
- NB password comparisons are now case sensitive!


EXECUTION
Click on ChgPwd.bat