The UTL_ENCODE package provides functionality to encode RAW data into standard formats for transmission between hosts.
You can use the UTL_ENCODE functions to encode the body of email text. This package also includes corresponding decoding functions for encoded data. These functions adhere to published encoding standards to ensure compatibility with applications at both the sending and receiving ends.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Overview of UTL_ENCODE subprograms
The following table lists the UTL_ENCODE subprograms supported in the current version of OceanBase Database and provides a brief description of each.
| Subprogram | Description |
|---|---|
| BASE64_DECODE | Reads a Base64-encoded RAW input string and decodes it into the original RAW value. |
| BASE64_ENCODE | Encodes the binary representation of a RAW value into Base64 elements and returns the result as a RAW string. |
