How do you find out which database links are used in queries for the Oracle RDBMS?
        Posted  
        
            by JavaRocky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JavaRocky
        
        
        
        Published on 2010-03-18T03:10:49Z
        Indexed on 
            2010/03/18
            3:31 UTC
        
        
        Read the original article
        Hit count: 211
        
I would like to find out if any and which database links are being used, for a schema, and in which tables. Is it possible via the data dictionary somehow?
Is this possible with the Oracle RDBMS?
© Stack Overflow or respective owner