Use Pre-Authenticated Request URLs for Read Only Data Access on Autonomous Database
You can generate and manage Pre-Authenticated
Request (PAR) URLs for data on Autonomous Database.
Using a PAR URL allows you to easily retrieve data from the database, without requiring you to provide additional information other than the PAR URL to access the data. Any user can access the data by supplying the PAR URL 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 PAR URL.
- About Pre-Authenticated Request (PAR) URLs on Autonomous Database
Depending on how you generate a Pre-Authenticated Request (PAR) URL, a PAR URL provides access to data in tables or views or by running a SQL query. - Generate, List, Invalidate, and Monitor PAR URLs
Shows you the steps to generate. list, invalidate, or monitor PAR URLs. - Use PAR URL to Access Data
PAR URL data is retrieved and returned in JSON format and is paginated. - Use PAR URLs to Access Data in Table Format
PAR URL 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.
Parent topic: Data Sharing