|
Re: How do I get a list of databases that have a DB_LINK to my source database [message #18490 is a reply to message #18463] |
Fri, 01 February 2002 10:36  |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
No, I don't know of any way, because the remote DB doesn't have to connect to your DB to create a DB link. Their DB link could remain unused for years. You could look in your server's sqlnet.log for the source of incoming connections for some ideas.
I wrote some pl/sql to help display the links between different users between different database, but you need to visit each DB which could have links into your DB to get the details of those links.
|
|
|