I want to change the Oracle user password inside a stored procedure.

I want to use like this.

alter user u1 identified by p1;

This I want inside a stored procedure. Is it possible..?