Modify a C UDR

When the database server shuts down, it releases all memory that it has reserved, including memory for shared-object modules.

To unload a shared-object module from memory without restarting the database server, you must drop all routines that the shared library contains. Use the SQL DROP ROUTINE, DROP FUNCTION, or DROP PROCEDURE statement to unregister a UDR. These statements remove the registration information about the UDR from the system catalog tables.