Skip Navigation
Expand
  • Advanced SearchOpens new dialog
    Enter plus (+) or minus (-) signs in search terms to make a word required or excluded
    Search Tips
    Filter by product
    Filter by category
ADW Data Sync
Answer ID 12963   |   Last Review Date 03/13/2025

What is ADW Data Sync? 

Environment
Oracle B2C Service Browser UI


Resolution
Data Sync enables customers to synchronize their Oracle B2C Service object data with an external database. In its initial phase, Data Sync supports synchronization with Oracle Autonomous Data Warehouse (ADW).

ATP (Autonomous Transaction Processing) is also supported. 

This provides customers with a dedicated data warehouse where they can store and analyze data, empowering them to make more informed business decisions. Administrators can input their credentials and specify which Oracle B2C Service data they want to sync to ADW.

Requirements:

CX 25A

Supported Pods

Phoenix (PHX), Ashburn (IAD), Frankfurt (FRA), London (LHR)

Steps for Setting Up Oracle Autonomous Data Warehouse (ADW)

  1. Purchase and Set Up ADW
    Begin by purchasing and configuring an Oracle Autonomous Data Warehouse (ADW).
    • Free Version Considerations
      If using the free version of ADW, note that it includes:
      A 20GB limit per database. If you decide to try the free ADW trial, please test the data sync with a small table.
      Support for up to 30 concurrent sessions.
  2. Consult with Your Sales Representative
    Work with your Sales Representative to identify the best ADW configuration for your business needs.
  3. Choose Deployment Type
    The deployment type of ADW should align with your IT requirements. Consult your IT team for guidance.
  4. Recommended Workload Type
    For optimal performance, select Analytics and Data Warehousing as the workload type during setup.
  5. Consider APEX Integration
    When purchasing ADW, you have the option to enable Oracle APEX. This integration is highly recommended as it enhances ADW functionality by enabling the rapid creation of visually appealing, complex reports while reducing administrative overhead.
  6. Reference Additional Documentation
    For more information, refer to the Oracle Autonomous Data Warehouse documentation linked at the bottom of this guide/Answer.
     

ADW Set up with Oracle B2C Service

  1. After ADW has been provisioned, allow access to the database for the specified IP address based on where your site is located in the region. 
    As of 25A, these are the supported regions:
    • Ashburn: 147.154.23.105 
    • Frankfurt: 138.1.47.203 
    • London: 138.1.82.15
    • Phoenix 147.154.118
  2. Check 'Require mutual TLS (mTLS) authentication'
  3. Create user with the following access:
    DEFINE username = 'username'; (Please select your own username)
    CREATE USER &username IDENTIFIED BY password; 
    GRANT CREATE SESSION, CREATE TABLE, CREATE SEQUENCE, CREATE TRIGGER, CREATE SYNONYM TO &username; 
    GRANT UNLIMITED TABLESPACE TO &username;
    • The credential will be used for the BUI ADW credentials as described in the next section.
  4. It is recommended to use the feature Gradual Password Rollover to minimize application downtime. Please see this Blog Post for more information

Credentials and Data Selection in Oracle B2C Service Agent Browser UI

From the Agent Browser UI, navigate to the Administration page. By default, the Administration page can be found in the Navigation Set under the Configuration menu. 

Locate the ADW Data Sync Admin Card and click on the card. 

A page will open to add your credentials, Wallet, and Service Name. 

These are the credentials created in Step 3 in the above section.

The Wallet is from the ADW Connection Page. It is recommended to use the Instance Wallet. 

The Service Name is from ADW Connection Page in the Connection Strings section. 

Next select the sub tab Data Selection. Here is where you can select the tables and columns you would like to sync from the Oracle B2C Service DB to your ADW. You can select the entire table or select specific columns of that table. 

As of 25A the following tables are available to sync with an ADW:

  • Incidents
  • Contacts
  • Tasks 
  • Organizations 
  • Product, Category, Disposition Menus 
  • File Attachments 
  • Mailbox 
  • Accounts 
  • Channels 
  • Incident Queues 
  • Incident Status 
  • Incident to Contacts
  • Interfaces 
  • Languages 
  • SLA Instances
  • Incident Threads
  • Transactions 
  • Custom Objects 

Custom fields are also supported for incidents. 

Other tables from the Oracle B2C Service data dictionary will be added in future releases. 

Once you have made your selections, you can select Deploy from the toolbar. This action is the syncing of data from the Oracle B2C Service database to AWD. 

The deployment process may take several days to complete, depending on the size of the data being synchronized. During this period, avoid initiating any other processes on your site, such as upgrades, deployment of custom objects or fields, provisioning additional features, or similar actions.

The phases of deployment include the following: 

  1. Scheme creation
  2. Snapshot-retrieves all the historical data
  3. Enables near-real time syncing of new data

To roll back the deployment, use the “Rollback” button located in the toolbar under Data Selection. Selecting “Rollback” will terminate any ongoing deployment and will remove the replication. However, any data that is already replicated in ADW, will remain in ADW. The rollback feature will be enhanced in future releases. 

How to enable the ADW Data Sync

Currently the ADW Data Sync is on Limited Availability, please submit a service request to have your site enabled. Once enabled you will see the ADW Sync Admin Card in the Administration page. 

References

Other considerations:

  • Oracle ATP is also supported.
  • This is different than DLM (Data Lifecycle Management). The data sync with ADW or ADT will support near time automatic updates to ADW.