Database Connection
BonData connects directly to your Oracle Database using standard connection credentials.Step 1: Prepare Your Database
Ensure your Oracle Database is accessible from BonData’s IP addresses. You may need to:- Configure your firewall to allow connections on port 1521 (or your custom port)
- Verify the listener is configured to accept remote connections
Step 2: Create a Read-Only User (Recommended)
For security, create a dedicated read-only user for BonData:Step 3: Gather Connection Details
Collect the following information:- Host: Your database server hostname or IP address
- Port: Usually 1521
- Service Name: The Oracle service name (e.g.,
ORCL) - User: The username created above
- Password: The password for the user
Step 4: Connect in BonData
Enter your connection details in BonData to establish the connection.Required Fields
| Field | Description |
|---|---|
| Host | Database server hostname or IP address |
| Port | Database server port (default: 1521) |
| Service Name | Oracle service name (e.g., ORCL) |
| User | Database username |
| Password | Database password |
For Oracle Autonomous Data Warehouse (ADW), see the dedicated Oracle ADW integration which uses wallet-based authentication.
Available Data
Once connected, BonData can sync:- Tables - All tables the user has SELECT access to
- Views - Database views accessible to the user
- Custom Queries - Run custom SQL queries to extract specific data