-- USUARIO ALTERACAO -- ALTER USER username account LOCK/UNLOCK password expire; ALTER USER username IDENTIFIED by new_password; ALTER USER username account LOCK/UNLOCK; ALTER USER username IDENTIFIED BY password ACCOUNT UNLOCK;