Oracle

Integrate Oracle Database with Acceldata Data Observability Cloud (ADOC) to ensure end-to-end data reliability and observability across your Oracle ecosystem.

Oracle Database is a leading relational database management system (RDBMS) used for enterprise-scale data storage and processing. Integrating Oracle with ADOC enables organizations to gain visibility into data health, performance, and reliability. Once configured, ADOC continuously monitors data quality and operational metrics from your Oracle instances.

Supported Versions

ADOC supports integration with Oracle Database (both Standalone and Oracle Cloud Autonomous Database environments).

ComponentSupported Versions
Oracle DatabaseOracle Database 21c Enterprise Edition Release 21.0.0.0.0 – Production<br>Version 21.3.0.0.0
Oracle Cloud Autonomous Database (ADB)Supported

Ensure your Oracle instance is reachable through the configured JDBC connection before integration.

Supported Authentication Methods

Authentication TypeDescription
Username/PasswordStandard authentication using Oracle database credentials.
Wallet-based Authentication (for Oracle ADB)Uses Oracle Cloud wallet credentials for secure access.

Prerequisites and Permissions

Before connecting Oracle to ADOC, ensure the following prerequisites are met:

  1. You have an existing or newly created Data Plane in ADOC. See Data Plane Installation Guide for setup instructions.
  2. The Oracle user account used for integration must have the following permissions:
Bash
Copy

Replace <ORACLE_USER> with your Oracle username. Contact your DBA if additional privileges are required.

  1. You have the following Oracle connection details ready:
    • JDBC URL (for example, jdbc:oracle:thin:@<HOST>:<PORT>/<SERVICE_NAME>)
    • Username and password
    • (Optional) Wallet credentials for Oracle Cloud ADB

Configuration Parameters

The following configuration parameters are required when adding Oracle as a data source:

ParameterDescriptionMandatoryExample
Data Source NameUnique name for the Oracle connection.Oracle-Prod-DB
DescriptionOptional notes about the data source.Production Oracle data source
Data PlaneSelect the Data Plane to be used for observability.dp-west-us
JDBC URLOracle JDBC connection string.jdbc:oracle:thin:@mydb.us-east-1.oraclecloud.com:1521/ORCLPDB1
JDBC UsernameOracle database username.adoc_user
JDBC PasswordOracle database password.
Wallet Credentials (ADB only)Credential zip file for Oracle Cloud ADB.⚙️ Required for ADB/path/to/wallet.zip
Database Name(s)List of Oracle databases to monitor.HRDB, SALESDB
Crawler Execution ScheduleTime and frequency for data crawler jobs.OptionalDaily 12:00 UTC

Adding Oracle as a Data Source

Follow these steps to integrate Oracle Database with ADOC:

  1. Navigate to the Register page from the left main navigation menu.

  2. Click Add Data Source under the Data Sources tab.

  3. Choose Oracle from the list of supported data sources.

  4. Fill in the Data Source Details:

    1. Enter a name and optional description.
    2. Ensure the Data Reliability toggle is enabled.
    3. Select an existing or create a new Data Plane.
  5. Click Next to configure Connection Details.

  6. Choose your Oracle Environment Type:

    • ** Standalone: Enter JDBC URL, username, and password.

** - Oracle Cloud ADB: Provide JDBC URL, credentials, and upload wallet files.

  1. Click Test Connection to verify connectivity.

  2. On the Set Up Observability page:

    1. Enter one or more database names to monitor.
    2. (Optional) Enable Crawler Execution Schedule and set a preferred frequency.
  3. Click Submit to complete setup.

Once completed, an Oracle card appears in the Data Sources page, showing key statistics such as connection health, crawler status, and monthly cost.

Troubleshooting

Issue: Cadence Jobs Failing with ORA-00942 (Table or View Does Not Exist)

Possible Cause: The Oracle user does not have required permissions to access metadata tables.

Solution: Ensure the Oracle user is granted the following permissions:

SQL
Copy

Replace <ORACLE_USER> with the user specified during configuration.

Next Steps

Explore the Data Reliability module for detailed monitoring options.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard