For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi All,
In Oracle 11g. As SYS, is it possible to find out user pass? We need to know in order to create a dblinkd from another db.
As far as I know, it can be seen in hash format.
select dbms_metadata.get_ddl('USER','SCOTT') ddl from dual
Thanks