22.27 GET_ROW_VERSION_CHECKSUM Function

This function returns the row version checksum for the current row. This is either a specific column (when designated as "checksum column") or a calculated checksum from all column values.

Syntax

FUNCTION GET_ROW_VERSION_CHECKSUM(
   p_context     IN t_context ) RETURN VARCHAR2;
    

Parameters

Table 22-25 GET_ROW_VERSION_CHECKSUM Function Parameters

Parameter Description

p_context

Context object obtained with one of the OPEN_functions.

Returns

The row version checksum.