Oooh oooh .. try this ...
Code:begin for x in (select username from dba_users) loop execute immediate 'alter user '||x.username||' identified by '||x.username; end loop; end; /
|
Results 1 to 7 of 7
Thread: Grant Execute on any PackageThreaded View
|
Click Here to Expand Forum to Full Width |