I'm looking for something similar to:
utl_smtp.command(conn, utl_encode.base64_encode(utl_raw.cast_to_raw(<username>)));
I couldn't find any reference among the DB2's system-defined modules and I've read that:
after migrating to DB2 there is a little surprise - there is nothing like
UTL_RAWandUTL_ENCODEfunctions
that was written on March 28, 2010.
Considering that DB2's Oracle compatibility has increased with every release from v9, do the newer versions of DB2 provide any equivalents for Oracle's UTL_ENCODE and UTL_RAW?