2.110 ALL_DB_LINKS
ALL_DB_LINKS describes the database links accessible to the current user.
               
Related Views
- 
                        DBA_DB_LINKSdescribes all database links in the database.
- 
                        USER_DB_LINKSdescribes the database links owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the database link | 
| 
 | 
 | 
 | Name of the database link | 
| 
 | 
 | 
 | Name of the user when logging in | 
| 
 | 
 | 
 | Oracle Net connect string | 
| 
 | 
 | 
 | Creation time of the database link | 
| 
 | 
 | 
 | For internal use only This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
See Also: