Skip to main content

Overview

Stigg’s integration with Oracle Database allows you to export your product catalog, customer, and subscription data directly to your Oracle instance for custom reporting and analysis.
Stigg’s native data export integrations are included in the Scale plan, and are also available as an optional add-on to the Growth plan. See Stigg’s pricing for more details.

View the full entity schema

See every table and column exported to your destination, organized by entity group.

Setting up the integration

Prerequisites

If your Oracle database is protected by security groups or other firewall settings, you’ll need Stigg’s static IP available to complete the first step below. Contact Stigg support for the current static IP.
1

Allow access

Create a rule in your security group or firewall settings to whitelist:
  • Incoming connections to your host and port (usually 1521) from Stigg’s static IP.
  • Outgoing connections from ports 1024 to 65535 to Stigg’s static IP.
If your database can’t be made reachable via a static IP, you can connect over an SSH tunnel instead. This requires a bastion host that allows inbound SSH from Stigg’s static egress IP, with an SSH user configured using Stigg’s public key, and access from the bastion host’s IP to the database port. Contact Stigg support for the public key.
2

Create a writer user

Connect to your database and create a dedicated user for Stigg:
Then grant it the privileges needed to create, read, and write the synced tables:
In Oracle, schema is synonymous with user — by default a new schema is created automatically on first sync. If the schema already exists, make sure the writer user has the proper permissions on it.
3

Connect Stigg with Oracle

In Stigg, navigate to Integrations > Apps > Oracle.Enter the following information in the connection form:Click Test & connect.
4

Select entities to export

After entering your connection details, expand the Entities to export section to choose which entity groups to include in the sync. All groups are selected by default.See Exported entities for a description of each group.