DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: db link

  1. #1
    Join Date
    Apr 2001
    Posts
    13
    Hi all,
    Is there a way to check the existing db links?

    Thanks.

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Code:
                  select * from v$dblink;
    As a dba
    Code:
                 select * from dba_db_links;
    as a user
    Code:
               select * from user_db_links;
    Sam

    [Edited by sambavan on 11-26-2001 at 06:05 PM]
    Thanx
    Sam



    Life is a journey, not a destination!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width