Skip to main content

IBM Db2 LUW

Connector features

Data catalog

Dataedo documents metadata of the following objects:

  • Tables
  • Views
  • Materialized views
  • Procedures
  • Functions

For more details, go to the Connector specification section.

Data Lineage

Dataedo supports both manual and automatic lineage in the IBM Db2 LUW Connector. Automatic lineage is currently available only for views. Dataedo will parse views and show the source of each of the columns.

Data Profiling

You can profile data in tables and views to get a grasp of the data sitting in your database:

Profiling

Read more about profiling in the Data Profiling documentation.

How to connect

Connector specification

Supported versions

IBM Db2 LUW 9, 10, 11

Imported objects

ObjectImported as
TableTable
ViewView
Materialized viewView
FunctionFunction
ProcedureProcedure

Tables metadata

MetadataImported as
SchemaSchema
NameName
ColumnsTable columns
   NameName
   Data typeData type
   Null/Not nullNullable
Foreign KeysRelationships
   Constraint tableFK Table
   Referenced tablePK Table
   NameRelationship name
Primary/Unique keysUnique keys
   NameKey name
   ColumnsColumns

Views metadata

MetadataImported as
SchemaSchema
NameName
ScriptScript
ColumnsView columns
   NameName
   Data typeData type
   Null/Not nullNullable

Materialized view metadata

MetadataImported as
SchemaSchema
NameName
ScriptScript
ColumnsView columns
   NameName
   Data typeData type
   Null/Not nullNullable

Functions metadata

MetadataImported as
SchemaSchema
NameName
DefinitionScript
ParametersInput/Output
   NameName
   IN/OUTMode
   Data typeData type

Procedures metadata

MetadataImported as
SchemaSchema
NameName
DefinitionScript
ParametersInput/Output
   NameName
   IN/OUTMode
   Data typeData type

Learn more

Connect to IBM Db2