Connectors → Oracle Cloud Applications
About Oracle Cloud Applications
Oracle Cloud Applications offer both an integrated suite of cloud applications and the cloud infrastructure platform. Your Oracle Cloud Applications allow you to build and extend your applications and better cope with any process changes.
About the Oracle Cloud Applications Connector
The Oracle Cloud Application connector is now renamed to Oracle Cloud Application (UCM).
The Oracle Cloud Applications connector supports the following Incorta specific functionality:
Feature | Supported |
---|---|
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 Applications and Incorta
To connect Oracle Cloud Applications and Incorta, here are the high level steps, tools, and procedures:
- Create an external data source
- Create a schema with the Schema Wizard
- or,Create a schema with the Schema Designer
- Load the schema
- Explore the schema
Create an external data source
Here are the steps to create a external data source with the Oracle Cloud Applications connector:
Property | Control | Description |
---|---|---|
Name Your Data Source | text box | Enter a name for the data source |
Username | text box | Enter the Oracle Cloud Applications account identifier. |
Password | text box | Enter the Oracle Cloud Applications password. |
Oracle Cloud Applications URL | text box | Data location For example, if you set the cluster path prefix to /mycluster when you created a service instance, then your URL should look like: https://public_ip:port/mycluster/app |
Root Query Text | text box | An optional filtering query that can be used to filter files retrieved from WCC. Example: dSecurityGroup <matches> OBIAIMport |
Data Type Discovery Policy | text box | Defines the metadata definition files. These files must be uploaded first to Incorta Data Files, and must have *.csv extension. Options: Use Both Sample data and Metadata Definition Files Use Sample data |
Metadata Directory | text box | Leave blank if metadata files uploaded in the root data directory, otherwise enter path of metadata directory, for example: /path/to/metadata/directory |
File Name Pattern | text box | By default the file name pattern looks like this example: file_<catalog>_<schema>_<table>batch.zip You can enter an irregular file name pattern, but you must toggle the irregular pattern property in the data source properties before loading |
Load Only Files Created Since | text box | Acts as a time filter for all the results concerning this data source. You can either use a fixed date, or a look-back period(number of years, months, or days). Fixed date format: yyyy-MM-dd HH:mm. Example: 2019-05-31 15:30. Look-back period example: 90d. |
Keep Each File For | drop-down-list | Enable Keep Cached Files to configure this property. Choose the required cache time period for each extracted file, by default the cache is cleared every hour. |
File Extension | drop-down-list | Choose the appropriate file extension wither CSV or pecsv |
Default Hour Of The Day For Date Columns | text box | Enter the default hour of the day for date columns. |
Advanced Options | toggle | Enable this property to use the advanced connection options |
Request Page Size | text box | Enable Advanced Options to configure this property. Enter the maximum number of results to return per page from Oracle Cloud Applications to enhance discovery performance. Setting a higher value may result in better performance at the cost of additional memory consumed per page. The default is 2000. |
Maximum Cache Size | text box | Enter the maximum cache size to use on disk for downloaded files. The default is 250 GB. |
Create a schema with the Schema Wizard
Here are the steps to create an Oracle Cloud Applications schema with the Schema Wizard:
- Sign in to the Incorta Direct Data Platform™.
- In the Navigation bar, select Schema.
- In the Action bar, select + New → Schema 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 Applications 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 Applications schema using the Schema Designer:
- Sign in to the Incorta Direct Data Platform.
- In the Navigation bar, select Schema.
- In the Action bar, select + New → Create Schema.
- In Name, specify the schema name and select Save.
- In Start adding tables to your schema, select Oracle Cloud Applications.
- In the Data Source dialog, specify the Oracle Cloud Applications 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 Applications table data source properties
For a schema table in Incorta, you can define the following Oracle Cloud Applications specific data source properties as follows:
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 Applications 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 Applications 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 Applications schema.
- In the Schema Designer, in the Action bar, select Load → Load Now → Full.
- To review the load status, in Last Load Status, select the date.
Explore the schema
With the full load of the Oracle Cloud Applications 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 Applications 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 Applications 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 Applications 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.
Changing the incremental load strategy requires a full load to ensure data integrity.