Configure Oracle Connection Details

Oracle is a robust relational database management system (RDBMS) that is a fully configurable and scalable enterprise database solution that uses a relational model for information management. Renowned for its scalability and comprehensive features, Oracle is widely used for diverse data-driven applications.

After you save the connection details for Oracle, you can start using it as a data source in your data pipelines.

The Lazsa Platform offers various options for retrieving database credentials to establish a secure connection. You can either directly provide the credentials within the connection details, where they are securely stored in the Lazsa-managed secret manager. Alternatively, you can choose to retrieve credentials programmatically from your designated secrets management tool.

To configure the connection details of Oracle, do the following:

  1. Sign in to the Lazsa Platform and click Configuration in the left navigation pane.
  2. On the Platform Setup screen, on the Cloud Platform, Tools & Technologies tile, click Configure.
  3. On the Cloud Platform, Tools & Technologies screen, in the Databases and Data Warehouses section, click Configure.
    (After you save your first connection details in this section, you see the Modify button here.)
    Databases and Data Warehouses Configuration in Lazsa Platform
  4. In the list of available database and data warehouse options, click RDBMS logo.
  5. On the RDBMS screen, do the following:
    1. In the Details section, provide the following details:

      FieldDescription
      NameGive a unique name to your Oracle configuration. This name is used to save and identify your specific Oracle connection details within the Lazsa Platform.
      DescriptionProvide a brief description that helps you identify the purpose or context of this Oracle configuration.
    2. In the Configuration section, provide the following information:

      FieldDescription
      Select RDBMS Subtype

      Select Oracle from the dropdown list.

      HostSpecify the host or IP address of the server where Oracle is running.
      PortEnter the port number on which Oracle is listening for connections.
      Database NameProvide the name of a specific database within Oracle that you want to connect to.
    3. Depending on how you want to retrieve the credentials to connect to Oracle, do one of the following:

      FieldDescription
      Connect using Lazsa Orchestrator Agent

      Enable this option to resolve your Oracle credentials within your private network via Lazsa Orchestrator Agent without sharing them with the Lazsa Platform.

      Select the Lazsa Orchestrator Agent that you want to use from the list of your configured agents.

      • If you select an agent installed in an Amazon EKS cluster, the secrets management tool AWS Secrets Manager is auto-selected. Provide the name and the key of the secret where you store your Oracle credentials.

        AWS Secrets Manager for Oracle RDBMS

      • If you select an agent installed in an Azure AKS cluster, the secrets management tool Azure Key Vault is auto-selected. Provide the Vault Name and the name of the secret where you store yourOracle credentials.

        RDBMS_Oraacle_AKV

      Select Secret Manager
      • Select Lazsa and type your Oracle username and password. In this case, the user credentials are securely stored in the Lazsa-managed secrets store.
        Databricks Configuration Lazsa Secret Manager
      • Select AWS Secrets Manager. In the Vault Configuration dropdown list, the AWS Secrets Manager configurations that you save and activate in the Vault Configuration section on the Cloud Platform, Tools & Technologies screen are listed for selection. Select the configuration of your choice. Provide the Secret Name, Username Key, and the Password Key for the Lazsa Platform to retrieve the secrets for Oracle. Databricks Configuration AWS Secrets Manager
    4. Use a secure connection (SSL)?
      This toggle allows you to enable or disable a secure connection using SSL (Secure Sockets Layer) for communication between the Lazsa Platform and Oracle. Enabling SSL enhances the security of data transmission by encrypting the communication channel.
    5. JDBC Connections String Options
      JDBC (Java Database Connectivity) is a Java-based API that enables a client to interact with relational databases. The JDBC Connection String is a URL-like string that provides the necessary details for establishing a connection to Oracle.
    6. Click Test Connection to validate whether you have configured the correct connection details and you can connect to Oracle successfully.
    7. Secure configuration details with a password
      To password-protect your Oracle connection details, turn on this toggle, enter a password, and then retype it to confirm. This is optional but recommended. When you share the connection details with multiple users, password protection helps you ensure authorized access to the connection details.
    8. Click Save Configuration. The configured connection details, you can see the configuration listed on the Databases and Data Warehouses screen.

      Sample Connection Details Configured for Oracle:

      Configure Oracle RDBMS

    Related Topics Link IconRecommended Topics

    What's next? Data Visualization