Dbms_metadata.get_ddl('USER','<username>') Does Not Return A Password Value
I have a procedure to sync db_users between prod and trng db. Up until 19.13 Dbms_metadata.get_ddl('USER','<username>') was returning the password. After applying 19.17 this is no longer the case.
0