How do you replace a shared object that contains a DB2 UDF?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rreppert
    New Member
    • May 2015
    • 1

    How do you replace a shared object that contains a DB2 UDF?

    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?
    Last edited by rreppert; May 28 '15, 03:37 PM. Reason: Clarify the question
Working...