Was this helpful?
Data Dictionary Catalogs
Data dictionary catalogs contain the names of the catalogs installed for Actian X tools (such as ABF, QBF, and VIFRED). When you invoke one of these products, the product uses the data dictionary catalogs to determine if the required catalogs are present; if the catalogs are not present, the product cannot run.
The ii_client_dep_mod catalog lists the products that have been installed, and the modules required by the product. The format of ii_client_dep_mod is as follows:
Column Name
Data Type
Description
client_name
varchar(32)
Name of the product (for example, Ingres).
client_version
integer
Release of the product.
module_name
varchar(32)
Module required by the product.
module_version
integer
Release of module required by this release of the product.
short_remark
varchar(60)
Comment regarding product/module information.
The ii_dict_modules catalog lists the modules that are installed in the database. (A module is a group of catalogs.) The format of ii_dict_modules is as follows:
Column Name
Data Type
Description
module_name
varchar(32)
Name of the installed module (for example, CORE).
module_version
integer
Release number of the installed module.
short_remark
varchar(60)
Comment about the module.
Last modified date: 11/09/2022