Password converter
Dear experts,
How to convert the encrypted password to plain text.
SQL> select name, password from sys.user$ where name='RWMS';
RWMS E8E2DA414537BB33
How to convert this encrypted password to plain text ?
Regards,
Ratnesh
0