21.6.15.15 The ndbinfo dict_obj_info Table
The dict_obj_info table provides information about NDB data dictionary (DICT) objects such as tables and indexes. (The dict_obj_types table can be queried for a list of all the types.) This information includes the object's type, state, parent object (if any), and fully qualified name.
The dict_obj_info table contains the following columns:
-
typeType of
DICTobject; join ondict_obj_typesto obtain the name -
idObject identifier; for Disk Data undo log files and data files, this is the same as the value shown in the
LOGFILE_GROUP_NUMBERcolumn of the Information SchemaFILEStable -
versionObject version
-
stateObject state
-
parent_obj_typeParent object's type (a
dict_obj_typestype ID); 0 indicates that the object has no parent -
parent_obj_idParent object ID (such as a base table); 0 indicates that the object has no parent
-
fq_nameFully qualified object name; for a table, this has the form
, for a primary key, the form isdatabase_name/def/table_namesys/def/, and for a unique key it istable_id/PRIMARYsys/def/table_id/uk_name$unique
Notes
This table was added in NDB 7.5.4.
© 2025 Oracle
Licensed under the GPLv2 License.