DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Change Password In Oracle
From <a href="http://www.orafaq.com/faqdbase.htm">OraFAQ</a>
ALTER USER <username> IDENTIFIED BY <new_password>;




