Can I chain database links in Oracle?
        Posted  
        
            by RenderIn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RenderIn
        
        
        
        Published on 2010-06-07T13:31:03Z
        Indexed on 
            2010/06/07
            13:32 UTC
        
        
        Read the original article
        Hit count: 314
        
I have 3 databases. 1 links to 2, 2 links to 3. I'd like to query tables in 3, from 1. I tried third_db_tab@3@2 and it did not work. Wondering if this is possible and if so, what the syntax is.
© Stack Overflow or respective owner