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(required):  string
                    
                    Name of the database link.
 - 
                    owner(required):  string
                    
                    Owner for the database link.
 
There's no request body for this operation.
Back to TopResponse
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: string
                    
                    
                     
                    
                
                
                Creation time of the database link.
 - 
                
                    
                    db_link: string
                    
                    
                     
                    
                
                
                Name of the database link.
 - 
                
                    
                    host: string
                    
                    
                     
                    
                
                
                Oracle Net connect string.
 - 
                
                    
                    links: array
                    
                    
                
                
                    links
                
                
                
 - 
                
                    
                    owner: string
                    
                    
                     
                    
                
                
                Owner of the database link.
 - 
                
                    
                    shard_internal: string
                    
                    
                     
                    
                
                
                Indicates whether the database link is used to support operations across sharded databases.
 - 
                
                    
                    username: string
                    
                    
                     
                    
                
                
                Name of the user when logging in.
 - 
                
                    
                    valid: string
                    
                    
                     
                    
                
                
                Indicates whether the database link is valid and usable.