Javatpoint Logo
Javatpoint Logo

DUMP

DUMP is a String function of Oracle. This function returns the string datatype code, length in bytes and some internal representation of the given string.

Syntax

Parameters

expression: string or an expression for the result.

return_format: it is optional. The return value format can be in one of the following values.

Value Explanation
8 octal notation
10 decimal notation
16 hexadecimal notation
17 single characters
1008 octal notation with the character set name
1010 decimal notation with the character set name
1016 hexadecimal notation with the character set name
1017 single characters with the character set name

start_position: it is Optional. Starting position of the given expression.

Length: it is optional. Length of the given expression

Return

This function returns a VARCHAR2 value.

Example 1


Oracle String DUMP Function

Example 2


Oracle String DUMP Function
Next TopicOracle String





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA