ExternalContextInfo

This structure is used by SetExternalContext to track changes made to data.

Syntax

typedef struct context_info
{
   char userid[31];
   char timestamp[DATE_TIME_SIZE + 1];
   char trans_type[61]; 
   char comment[COMMENT_SIZE + 1];
}ExternalContextInfo;

Parameters

userid (in): the Oracle user who is entering or modifying data.

timestamp (in): date and time of transaction.

trans_type (in): the type of transaction, which must match a value in the EXTERNAL_TRANS_TYPE reference codelist.

comment (in): free-text description of the transaction.

Used by Function

SetExternalContext