DUMPDUMP is a String function of Oracle. This function returns the string datatype code, length in bytes and some internal representation of the given string. SyntaxParametersexpression: string or an expression for the result. return_format: it is optional. The return value format can be in one of the following values.
start_position: it is Optional. Starting position of the given expression. Length: it is optional. Length of the given expression ReturnThis function returns a VARCHAR2 value. Example 1Example 2Next TopicOracle String |