MODULE DATA
Description
The MODULE DATA statement has the following two functions:
ALTER SYSTEM LOAD MODULE DATA ...: This statement is used to import a specified feature.ALTER SYSTEM CHECK MODULE DATA ...: This statement is used to check whether a specified feature has been imported.
Limitations and Considerations
- Only the
REDISmodule feature can be imported in the current version. - Only the
CHECK MODULE DATAfunction can be used to check whether theREDISmodule feature has been imported in the current version.
Privileges
The user who executes this statement must have the ALTER SYSTEM privilege. For more information about the privileges of seekdb, see Privilege classification of seekdb.
Syntax
ALTER SYSTEM {LOAD | CHECK} MODULE DATA
MODULE = module_value
[INFILE = file_path];
module_value:
REDIS
| GIS
| TIMEZONE