CLAIRE Copilot for Data Integration > Using CLAIRE Copilot with Data Ingestion and Replication > Improving ingestion and replication prompts
  

Improving ingestion and replication prompts

To improve the accuracy of the ingestion and replication tasks that CLAIRE Copilot creates,provide clear and specific task details in the prompt.
To create an ingestion and replication prompt, use the following guidelines:

Example prompt for creating a database ingestion and replication task

Let's break down the following example prompt:
Create a database ingestion and replication task that performs a combined load of data from an Oracle source to an Oracle target. Use the xxx source connection and the yyy target connection. Load records from all tables in the bbb source schema to the target and then switch to replicating only new changes to keep the source and target in sync.
The following table lists the keywords in the prompt and how they correspond to elements of the task definition:
Keyword
Task element
database ingestion and replication
Task type
combined load
Load type
Oracle source
Source type
Oracle target
Target type
xxx source connection
Name of the Oracle Database Ingestion connection to use for the source
yyy target connection
Name of the Oracle Database Ingestion connection to use for the target
bbb source schema
Name of the Oracle schema that contains the source tables