Oracle Autonomous Database Setup
Follow these steps to configure OAuth credentials for BonData.Step 1: Enable ORDS (Oracle REST Data Services)
- Log in to Oracle Cloud Console
- Navigate to your Autonomous Database
- Go to Database Actions → REST
- Enable ORDS if not already enabled
Step 2: Create an OAuth Client
- In Database Actions, go to REST → Security → OAuth Clients
- Click Create OAuth Client
- Enter a name (e.g.,
BonData Integration) - Set Grant Type to
Client Credentials - Note the Client ID and Client Secret
Step 3: Get Your ORDS URL
Your ORDS URL is in the format:Step 4: Enter Credentials
Enter your Client ID, Client Secret, and ORDS URL in BonData.Required Fields
| Field | Description |
|---|---|
| Client ID | OAuth Client ID from ORDS Security settings |
| Client Secret | OAuth Client Secret from ORDS Security settings |
| Authorization URL | Your ORDS base URL from Database Actions |