Connect to instance by using sys login (as sysdba)
Execute the following query
SELECT u.NAME owner, l.NAME "Dblink Name", l.HOST "Host Name",
l.userid || '/' || l.PASSWORD userpass
FROM SYS.user$ u, SYS.link$ l
WHERE l.owner# = u.user#;
This blog shifted to http://oracleebusinesssuite.wordpress.com
Continuous effort--not strength or intelligence--is the key to
unlocking our potential.
The most powerful and predictable people-builders are praise and encouragement.