May 8, 2001 #1 Thiko Programmer Joined Mar 9, 2001 Messages 49 Location GB Hi How can I find out the names of any current database links we have? If we have any I would like to use them rather than creating new ones... Many Thanks! Thiko!
Hi How can I find out the names of any current database links we have? If we have any I would like to use them rather than creating new ones... Many Thanks! Thiko!
May 8, 2001 #2 sem Programmer Joined Jun 3, 2000 Messages 4,709 Location UA select * from dba_db_links Upvote 0 Downvote