What is a Knowledge Module? Reverse-Engineering Knowledge Modules RKM
1
Introduction to Knowledge Modules 1-1
1
Introduction to Knowledge Modules
This chapter provides an introduction to Knowledge Modules KM. It explains what is a knowledge module, and describes the different types of KMs.
This chapter includes the following sections:
■
Section 1.1, What is a Knowledge Module?
■
Section 1.2, Reverse-Engineering Knowledge Modules RKM
■
Section 1.3, Check Knowledge Modules CKM
■
Section 1.4, Loading Knowledge Modules LKM
■
Section 1.5, Integration Knowledge Modules IKM
■
Section 1.6, Journalizing Knowledge Modules JKM
■
Section 1.7, Service Knowledge Modules SKM
■
Section 1.8, Guidelines for Knowledge Module Developers
1.1 What is a Knowledge Module?
Knowledge Modules KMs are code templates. Each KM is dedicated to an individual task in the overall data integration process. The code in the KMs appears in nearly the
form that it will be executed except that it includes Oracle Data Integrator ODI substitution methods enabling it to be used generically by many different integration
jobs. The code that is generated and executed is derived from the declarative rules and metadata defined in the ODI Designer module.
■
A KM will be reused across several interfaces or models. To modify the behavior of hundreds of jobs using hand-coded scripts and procedures, developers would
need to modify each script or procedure. In contrast, the benefit of Knowledge Modules is that you make a change once and it is instantly propagated to
hundreds of transformations. KMs are based on logical tasks that will be performed. They dont contain references to physical objects datastores, columns,
physical paths, etc.
■
KMs can be analyzed for impact analysis.
■
KMs cant be executed standalone. They require metadata from interfaces, datastores and models.
KMs fall into 6 different categories as summarized in the table below:
1-2 Oracle® Fusion Middleware Knowledge Module Developer’s Guide for Oracle Data Integrator
The following sections describe each type of Knowledge Module.