Use Table Hyperlinks for Read Only Data Access on Autonomous Database
You can generate and manage Table Hyperlinks to access data on Autonomous Database.
Using a Table Hyperlink allows you to easily retrieve data from the database, without requiring you to provide additional information other than the Table Hyperlink to access the data. Any user can access the data by supplying the Table Hyperlink in a browser or using a REST client, subject to security controls enforced by the database. Users can view the retrieved data in tabular format from a browser by appending a query parameter to the Table Hyperlink.
- About Table Hyperlinks on Autonomous Database
Depending on how you generate a Table Hyperlink, a Table Hyperlink provides access to data in tables or views or by running a SQL query. - Generate, List, Invalidate, and Monitor Table Hyperlinks
Shows you the steps to generate. list, invalidate, or monitor Table Hyperlinks. - Use Table Hyperlink to Access Data
Table Hyperlink data is retrieved and returned in JSON format and is paginated. - Use Table Hyperlinks to Access Data in Table Format
Table Hyperlink data can be viewed in tabular format when accessed from a browser. The table format supports scrolling, sorting, filtering, cell colors, and Group By where you select a column name to see column data based on the values in the column. - Use Table Hyperlinks to Create an External Table
You can create an external table over an Autonomous Database Table Hyperlink.
Parent topic: Data Sharing