News For Today

Loading...

Sunday, September 20, 2009

Backup passwords of users in a database

select 'alter user ' || username || ' identified by values ''' || password ||''';' from dba_users order by username;

0 comments: