Setup A DB Process To Perform The Copy

The base package provides a DB process called CL-COPDB . This DB process copies the sample DB processes. This is confusing because you are configuring a DB process in one environment that copies DB processes from another.

This DB process has an instruction that references the database process maintenance object (MO). This instruction has a table rule with an override condition that selects the all database processes that are prefixed with CI_ from the source database (there are numerous sample DB processes in the demonstration database and this process copies them all). If you only want to copy a single DB process, update the table rule to only copy the desired DB process.

Note that the DB Process includes additional instructions to copy any algorithms used by the DB process instructions and the associated background processes for each DB process.