I am normally using "SELECT DBMS_METADATA.GET_DDL('USER', 'User_Name') FROM DUAL;" to get the hashed password ( which I use to re-create the user as it was ), with SYSTEM user. This unfortunately does not work for users which have password_versions = 10G ( I am using Oracle 19 bu...