Reference · Credentials

Oracle Database credentials

Used by 1 BusyBot node.

Type oracleDBApi 8 fields

Fields

FieldTypeRequiredNotes
User
user
string Yes Oracle database username
Password
password
password Yes Oracle database password
Connection String
connectionString
string Yes Oracle connection string (Easy Connect: host:port/service_name or TNS name)
Privilege
privilege
options No Administrative privilege (leave empty for normal connections)
Use SSL/TLS
useSSL
boolean No Whether to use SSL/TLS for the connection
SSL Certificate
sslCertificate
string No PEM-encoded SSL certificate (for mTLS)
SSL Key
sslKey
password No PEM-encoded SSL private key (for mTLS)
SSL CA Certificate
sslCA
string No PEM-encoded CA certificate

Setting up Oracle Database

  1. In Oracle Database, create the credential this connection needs — the values listed in the table above. These are issued from your own Oracle Database account, usually under its developer, API or integrations settings.
  2. In BusyBot, open Credentials → Add credential and choose Oracle Database.
  3. Paste each value into the matching field and save.
  4. Add the Oracle SQL node to a workflow, select this credential, and run a simple operation to confirm it authenticates.

Security

  • Secret values are encrypted at rest with AES-256-GCM and are never shown again after saving.
  • Grant the minimum scopes or permissions the operations you actually use require.
  • Rotate the credential periodically, and immediately if it may have been exposed.
  • Credentials are scoped to your account — a workflow cannot use another account's.

Nodes that use Oracle Database

One credential works across every node below — create it once and reuse it.