I have a DB2 UDF that is contained in a C++ compiled module. This module is a .SO under Linux and a .DLL under Win64. How do I tell DB2 to release the module so I can do an update to this module?
The only method I know to replace a module is to stop the DB2 instance, replace the module, and then restart the instance. This is very impractical in our production environment.
Does anyone know a better method?
The only method I know to replace a module is to stop the DB2 instance, replace the module, and then restart the instance. This is very impractical in our production environment.
Does anyone know a better method?