Skip to main content

Oracle

Overview

Oracle Database is a relational database management system, commonly used for running online transaction processing, data warehousing and mixed database workloads. The system is built around a relational database framework in which data objects may be directly accessed by users (or an application front end) through structured query language (SQL).

tip

The Oracle Query and Table sources support batch syncs.

\

Info tab

You can find the parameters in the Info tab below (Image 1).

Values

ParameterDescriptionExample
TitleMandatory. Input a name for your data syncOracle to Cinchy
DescriptionOptional. Add in a description for your sync. There is a 500 character limit in thie field.
VariablesOptional. Review our documentation on Variables here for more information about this field.
PermissionsData syncs are role based access systems where you can give specific groups read, write, execute, and/or all of the above with admin access. Inputting at least an Admin Group is mandatory.

Source tab

The following table outlines the mandatory and optional parameters you will find on the Source tab (Image 2).

The following parameters will help to define your data sync source and how it functions.

ParameterDescriptionExample
SourceMandatory. Select your source from the drop-down menu.Oracle
Connection StringMandatory. Encrypted connection string to Oracle. Example Connection Strings.
ObjectMandatory. Type of Object for data sync.Table or Query
TableAppears when Object = Table. Table name in Oracle.Employees
QueryAppears when Object = Query. SELECT statement for data sync.Select * from dbo.employees
Test ConnectionUse "Test Connection" button to validate credentials. "Connection Successful" or "Connection Failed" pop-up will appear.

Image 2: The Source Tab

\

# Next steps