DUMP
DUMP in SQL is a function that is used to get a detailed representational output about the data type code, the length in bytes and the internal representation of an expression. It returns a VARCHAR2 value containing the datatype code, the length in bytes, and the internal representation of the expression.
Example
Output
Explanation
The DUMP
function returns a varchar2 value that includes the datatype code, length in bytes, and internal representation of the expression. In this case, an hex-dump (1016) of the name of an employee with ID 1 is obtained.