Oracle Encoding And Decoding Functions
Encoding and decoding functions allow you to exainspectmine and decode data in the database. This page lists Oracle encoding and decoding functions.
-
DECODE
OracleDECODE()
is a built-in function that decodes a given parameter based on one or more given mapping relationships and returns the decoded value. -
DUMP
OracleDUMP()
is a built-in function that returns a VARCHAR2 value containing the data type code, byte length, and internal representation of theexpr
. -
ORA_HASH
OracleORA_HASH()
is a built-in function that computes the hash value of a given expression. -
STANDARD_HASH
OracleSTANDARD_HASH()
is a built-in function that computes the hash value for a given expression using one of the multiple hash algorithms defined and standardized by the National Institute of Standards and Technology (NIST) in the United States. -
VSIZE
OracleVSIZE()
is a built-in function that returns the number of bytes in the internal representation of the given expression.