select
'alter user "'||username||'" identified by values '''||extract(xmltype(dbms_metadata.get_xml('USER',username)),'//USER_T/PASSWORD/text()').getStringVal()||''';' old_password
from dba_users
where username='PEACOCK';
Save user password
Categories:
Related Post
Oracle home preferred locations for 19cOracle home preferred locations for 19c
I have used for GRID_HOME and DB_HOME the following loc […]
What is RBA and checkpoint in GoldenGate?What is RBA and checkpoint in GoldenGate?
The relative byte address (RBA) is the location within […]