Oracle PL/SQL Manual Inputs
This page explains the specific structure and files accepted by this scanner. See Manta Flow Usage: Preparing Scanner Inputs for additional methods how to provide these inputs via Process Manager or Orchestration API. Check Ingest Source Support how to use Manta Agent to obtain input files from a remote machine or Git.
By default, Manta Flow extracts DDL scripts from configured Oracle databases and then analyzes the data flows in them. It is also possible to analyze the data flows in the PL/SQL scripts that work with the configured database.
- Copy the PL/SQL scripts to the
<MANTA_DIR_HOME>/input/oracle/${oracle.dictionary.id}[/schema_name]folder, whereoracle.dictionary.idis the identification of the database (if not changed in the configuration) andschema_nameis an optional directory structure that gives IBM Automatic Data Lineage information about the default schema for any unqualified references to database objects used in the scripts. Learn more about unqualified object references.