Get a database link
get
                    /database/db_links/{owner},{db_link}
Describes a database link in the database. Uses DBA_DB_LINKS or ALL_DB_LINKS view depending on the role access at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.
                Request
Path Parameters
                - 
                    db_link: string
                    
                    Name of the database link.
 - 
                    owner: string
                    
                    Owner for the database link.
 
Response
Supported Media Types
                - application/json
 
200 Response
Information on the specific database link.
                
                
                    Root Schema : DatabaseLinksItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectA database link is a connection between two physical database servers that allows a client to access them as one logical database.
    
    
    
    
        Show Source
        - 
            created(optional): 
            string
            Creation time of the database link.
 - 
            db_link(optional): 
            string
            Name of the database link.
 - 
            host(optional): 
            string
            Oracle Net connect string.
 - 
            links(optional): 
            array  links
            
            
 - 
            owner(optional): 
            string
            Owner of the database link.
 - 
            shard_internal(optional): 
            string
            Indicates whether the database link is used to support operations across sharded databases.
 - 
            username(optional): 
            string
            Name of the user when logging in.
 - 
            valid(optional): 
            string
            Indicates whether the database link is valid and usable.