See if ...
.. works for you.Code:create or replace procedure change_password (p_new_password varchar2) is begin execute immediate 'alter user '||user||' identified by '||p_new_password; end; /
|
Results 1 to 8 of 8
Threaded View
|
Click Here to Expand Forum to Full Width |