Allows users to manage passwords for other users and administer the CHANGE PASSWORD system privilege.
GRANT CHANGE PASSWORD ( target_user_list | ANY | ANY WITH ROLES target_role_list ) TO userID [,...] [ WITH ADMIN [ONLY] OPTION | WITH NO ADMIN OPTION]
GRANT CHANGE PASSWORD (Bob, Sam, Peter) TO (Sally, Laurel)
GRANT CHANGE PASSWORD (ANY) TO Mary WITH ADMIN ONLY OPTION
GRANT CHANGE PASSWORD (ANY WITH ROLES Role1, Role2) TO Steve, Joe
If no clause is specified, ANY is used by default. If no administrative clause is specified in the grant statement, the WITH NO ADMIN OPTION clause is used.
By default, the CHANGE PASSWORD system privilege is granted to the SYS_AUTH_SA_ROLE compatibility role with the WITH NO ADMIN OPTION clause and to the SYS_AUTH_SSO_ROLE compatibility role with the ADMIN ONLY OPTION clause, if they exist.