---
title: "Loading Flows Based on Individual Parameter Settings"
canonical: "https://docs.vaultspeed.com/space/VPD/3364225138/Loading%20Flows%20Based%20on%20Individual%20Parameter%20Settings"
format: markdown
---
> Macro (toc)

## General Flow Without Source Loading

In this flow, the data is transferred from the source system(s) into the target database system by the customer, usually done by a change data capture system, or if not available, a simple copy of the source objects into the target objects. VaultSpeed starts loading from where the data lands in the target system.

Parameter Settings:

- FMC_GENERATE_SRC_LOADING_SCRIPTS = N
- REMOTE_JOURNALING_TABLES = N
- CREATE_REMOTE_DELTA_VIEWS = N

> Macro (inc-drawio)

## General Flow With Source Loading

In this flow, VaultSpeed will transfer the data from the source system into the target system.

Parameter Settings:

- FMC_GENERATE_SRC_LOADING_SCRIPTS = Y
- REMOTE_JOURNALING_TABLES = N
- CREATE_REMOTE_DELTA_VIEWS = N

> Macro (inc-drawio)

## General Flow With Source Loading and Remote Journaling Tables

Parameter Settings:

- FMC_GENERATE_SRC_LOADING_SCRIPTS = Y
- REMOTE_JOURNALING_TABLES = Y
- CREATE_REMOTE_DELTA_VIEWS = N

> Macro (inc-drawio)

## General Flow With Source Loading, Remote Journaling Tables and Remote Delta Views

Parameter Settings:

- FMC_GENERATE_SRC_LOADING_SCRIPTS = Y
- REMOTE_JOURNALING_TABLES = Y
- CREATE_REMOTE_DELTA_VIEWS = Y

> Macro (inc-drawio)