Connectors → Oracle Warehouse Management Software

About Oracle Cloud WMS

The Oracle Cloud Warehouse Management Software (Oracle Cloud WMS) connector brings your logistics data into Incorta so you can start investigating your data and building insights. Oracle WMS Cloud is the logistics system in the Oracle Supply Chain Management and Manufacturing system.

The Oracle Cloud WMS connector supports the following Incorta specific functionality:

FeatureSupported
Chunking
Data Agent
Encryption at Ingest
Incremental Load
Multi-Source
OAuth
Performance Optimized
Remote
Single-Source
Spark Extraction
Webhook Callbacks

Steps to connect Oracle Cloud WMS and Incorta

To connect Oracle Cloud WMS and Incorta, here are the high level steps, tools, and procedures:

Create an external data source

Here are the steps to create a external data source with the Oracle Cloud WMS connector:

PropertyControlDescription
Name your connectortext boxEnter a name for your data source
Domaintext boxEnter the URL for the Oracle WMS services API in the following form: https://<SERVICE_NAME>.wms.ocs.oraclecloud.com/
Usernametext boxEnter the username for the data source
Passwordtext boxEnter the password for the data source
Pagination Modedrop-downSelect the pagination mode required from the following available values:     
  ●    Paged     
  ●    Sequenced
Timeout in secondstext boxEnter the time in seconds to wait for a response from the Oracle WMS server. The default is 30 seconds.
Max number of concurrent callstext boxEnter the maximum number of concurrent calls that Incorta sends to the Oracle WMS server. The default is 5 calls.
Max number of requests per minutetext boxEnter the maximum number of requests done per minute to the Oracle WMS server. The default is 30 requests.

Create a schema with the Schema Wizard

Here are the steps to create an Oracle Cloud WMS schema with the Schema Wizard:

  • Sign in to the Incorta Direct Data Platform™.
  • In the Navigation bar, select Schema.
  • In the Action bar, select + NewSchema Wizard.
  • In (1) Choose a Source, specify the following:
    • For Enter a name, enter the schema name.
    • For Select a Datasource, select the Oracle Cloud WMS data source.
    • Optionally create a description.
  • In the Schema Wizard footer, select Next.
  • In (2) Manage Tables, in the Data Panel, first select the name of the Data Source, and then check the Select All checkbox.
  • In the Schema Wizard footer, select Next.
  • In (3) Finalize, in the Schema Wizard footer, select Create Schema.

Create a schema with the Schema Designer

Here are the steps to create an Oracle Cloud WMS schema using the Schema Designer:

  • Sign in to the Incorta Direct Data Platform.
  • In the Navigation bar, select Schema.
  • In the Action bar, select + NewCreate Schema.
  • In Name, specify the schema name and select Save.
  • In Start adding tables to your schema, select Oracle Cloud WMS.
  • In the Data Source dialog, specify the Oracle Cloud WMS table data source properties.
  • Select Add.
  • In the Table Editor, in the Table Summary section, enter the table name.
  • To save your changes, select Done in the Action bar.

Oracle Cloud WMS table data source properties

For a schema table in Incorta, you can define the following Oracle Cloud WMS specific data source properties as follows:

PropertyControlDescription
Typedrop down listThe default is Oracle Cloud WMS
Data Sourcedrop down listSelect the Oracle Cloud WMS external data source
Data Store Entry Methoddrop down listYou can either select to Enter Fully Qualified Data Store Name or Select from List.
Top-Level Application Moduledrop down listChoose Select from List in Data Store Entry Method to configure this property. Select your catalogue name.
Intermediate Application Moduledrop down listChoose Select from List in Data Store Entry Method to configure this property. Select your schema name.
Data Storetext boxEnter Fully Qualified Data Store name.
IncrementaltoggleEnable the incremental load configuration for the schema table
Irregular PatterntoggleToggle if Fully Qualified Data Store name does not follow conventional pattern of file_<schema>_<catalog>_<table> or if it contains uppercase letters
Which Batches to Loaddrop down listFor full-load-always tables, control which batches you want to load into Incorta. Select one of the options: Load Last Batch Only option (the default) Load All Batches
Data Type Discovery Policydrop down listMetadata Definition files must be uploaded first to Incorta data files, and must have .csv extension.
Load Only Files Created Sincetext boxFilter which files to load based on the file creation timestamp. Use either a fixed date in the format yyyy-MM-dd HH:mm (example: 2019-05-31 15:30), or a look-back period expressed as the number of years, months or days before the loading starts (example: use the value 90d to load files that have been created since 90 days)
Date Formatdrop down listChoose the suitable date format from the list provided. Or, you can choose Other and provide your own format in the Other field that will appear.
Timestamp Formatdrop down listChoose the suitable timestamp format from the list provided. Or, you can choose Other and provide your own format in the Other field that will appear.
Character Setdrop down listSelect the character set
CallbacktoggleEnable this option to call back on the source data set
Callback URLtext boxEnable Callback to configure this property. Specify the URL.

View the schema diagram with the Schema Diagram Viewer

Here are the steps to view the schema diagram using the Schema Diagram Viewer:

  • Sign in to the Incorta Direct Data Platform™.
  • In the Navigation bar, select Schema.
  • In the list of schemas, select the Oracle Cloud WMS schema.
  • In the Schema Designer, in the Action bar, select Diagram.

Load the schema

Here are the steps to perform a Full Load of the Oracle Cloud WMS schema using the Schema Designer:

  • Sign in to the Incorta Direct Data Platform™.
  • In the Navigation bar, select Schema.
  • In the list of schemas, select the Oracle Cloud WMS schema.
  • In the Schema Designer, in the Action bar, select LoadFull Load.
  • To review the load status, in Last Load Status, select the date.

Explore the schema

With the full load of the Oracle Cloud WMS schema complete, you can use the Analyzer to explore the schema, create your first insight, and save the insight to a new dashboard.

To open the Analyzer from the schema, follow these steps:

  • In the Navigation bar, select Schema.
  • In the Schema Manager, in the List view, select the Oracle Cloud WMS schema.
  • In the Schema Designer, in the Action bar, select Explore Data.

Additional Considerations

Types of Incremental Loads

You can enable Incremental Load for a Oracle Cloud WMS data source. There are two types of incremental extracts:

Last Successful Extract Time

Fetch updates since the last time the tables were loaded. It is determined by the difference between the current time and the database timestamp.

Maximum Value of a Column

The column-based strategy depends on an extra column called Incremental Column in each table. The Oracle Cloud WMS connector supports both timestamp and numeric columns. A timestamp column is of the type date or timestamp. A numeric column is of the type int or long.

Note

Changing the incremental load strategy requires a full load to ensure data integrity.