The following table definition specifies that the dclobcompress and dclobdecompress UDFs be used to compress and decompress the data in the gd_data column.
CREATE TABLE GlobalData (gd_ID INTEGER, gd_data DCLOB COMPRESS USING SYSUDTLIB.dclobcompress DECOMPRESS USING SYSUDTLIB.dclobdecompress);