Class DB2LUWServerCatalogTargetProcessor


public class DB2LUWServerCatalogTargetProcessor extends CatalogTargetProcessorBase
DB2LUWServerCatalogTargetProcessor retrieves details of the databases hosted on a Db2 for Linux, UNIX and Windows Server and creates associated data assets/server capabilities/connections for them.

Unlike Oracle (whose v$pdbs view lists every pluggable database from the CDB root connection), Db2 for Linux, UNIX and Windows has no catalog view that spans multiple databases, so the set of databases to catalog cannot be auto-discovered - see includeDatabaseList handling in catalogDatabases() below.