Jump to a Section

Overview

Authorization of a OracleDB Account

The first time you add an OracleDB card to a Flow, you will need to create an account configuration. This will allow you to connect to your account, save your account information, and reuse that configuration next time you build a Flow with the connector. That way, you don’t have to sign in every time you want to build a Flow with this Connector. Instead, use the configuration you have already set up. You can create and save multiple configurations and share them with your teammates.

Here’s how to set up a new configuration in OracleDB:

  1. Enter in an Account Nickname. This should be unique so if you are connecting multiple OracleDB accounts you will be able to tell them apart (e.g. “OracleDB 1”).
  2. Enter your OracleDB Username and Password.
  3. Enter the Port at which your database can be accessed. The default port for OracleDB is  ”1521”. You can find your port in the URL used to access your database after the hostname (e.g. “[host]:1521”).
  4. Enter the Host, the server that hosts your database (e.g. “oracledb.hwoh2j5h.us-east-1.rds.amazon.com”). Do not include the protocol or port.
  5. Enter your Database name, the unique name of your database on the server.  Note that OracleDB database names are typically all upper case (e.g. “CUSTOMERDB”).
  6. Click Create to finish this configuration.

    Actions

    • Build Row Object

      Build a record that you can insert into your database

    • Create Multiple Rows

      Insert many records into your database

    • Create Row

      Insert a single row into your database

    • Delete Rows

      Remove data from your database

    • Execute Query

      Execute a raw SQL query against a database

    • Query Rows

      Read records from your database

    • Read Table

      Read schema information about a table

    • Update Rows

      Update records in your database