21.6.15.21 The ndbinfo error_messages Table
The error_messages table provides information about
The error_messages table contains the following columns:
-
error_codeNumeric error code
-
error_descriptionDescription of error
-
error_statusError status code
-
error_classificationError classification code
Notes
error_code is a numeric NDB error code. This is the same error code that can be supplied to ndb_perror or perror --ndb.
error_description provides a basic description of the condition causing the error.
The error_status column provides status information relating to the error. Possible values for this column are listed here:
No errorIllegal connect stringIllegal server handleIllegal reply from serverIllegal number of nodesIllegal node statusOut of memoryManagement server not connectedCould not connect to socketStart failedStop failedRestart failedCould not start backupCould not abort backupCould not enter single user modeCould not exit single user modeFailed to complete configuration changeFailed to get configurationUsage errorSuccessPermanent errorTemporary errorUnknown resultTemporary error, restart nodePermanent error, external action neededNdbd file system error, restart node initialUnknown
The error_classification column shows the error classification. See , for information about classification codes and their meanings.
The error_messages table was added in NDB 7.6.
© 2025 Oracle
Licensed under the GPLv2 License.