Contribute in GitHub:
Edit online
Db2 Manual Inputs
By default, Manta Flow extracts DDL scripts from configured Db2 databases and then analyzes the data flows in them. It is also possible to analyze the data flows in the Db2 PL/SQL scripts that work with the configured database.
- Copy the Db2 PL/SQL scripts to the
<MANTA_DIR_HOME>/input/db2/${db2.dictionary.id}[/schema_name]
folder, wheredb2.dictionary.id
is the identification of the database (if not changed in the configuration) andschema_name
is an optional directory structure that gives IBM Manta Data Lineage information about the default schema for any unqualified references to database objects used in the scripts. Learn more about unqualified object references.