GET_POSITION
適用対象
Extract(データ・ポンプのみ)およびReplicat
説明
GET_POSITIONファンクションでは、Oracle GoldenGateトレイル内のExtractデータ・ポンプまたはReplicatの読取り位置を取得します。
構文
#include "usrdecs.h" short result_code; ERCALLBACK (GET_POSITION &position_def, &result_code);
バッファ
typedef struct
{
char *position;
long position_len;
short position_type;
short ascii_or_internal;
} position_def;入力
出力
返される値
EXIT_FN_RET_INVALID_CONTEXT EXIT_FN_RET_NOT_SUPPORTED EXIT_FN_RET_OK
親トピック: ユーザー・イグジット・ファンクション