Hi,
I have a 12.2 database. I extracted the user and password has information using
dbms_metadata.get_ddl('user','scott')
But the hash is only a long string of zeros like below.
'S:000000000000000000000000000000000000000000000000000000000000'
What can I do to extract the user's password hash?
thank you