I am trying to get user ddl with encrypted password using dbms_metadata.get_ddl but the DDL comes out without the password (IDENTIFIED BY VALUES) clause. I tried granting dba and create user privilege to the user that i am executing this function but still the ddl comes out without password. Is this a privilege issue? If so, could someone let me know what privilege am i missing? Thanks in advance.
Thanks,
Guna