Programmatically Change Expired Oracle DB Password?
问题 Where I work, some databases get copied down from our production environment to our test environment, but the DBAs set all the passwords to expired on the (new) test DB right after the copy so that the production passwords are not known. So if I run sqlplus and connect to the test db with a specific username it immediately prompts me for a new password. Is there a way via a java app or shell scripting to automate the changing of an expired oracle 10g database password for a specific user? 回答1