GET_EXTRBA
Gets the current position in the Oracle GoldenGate trail.
Syntax
For C:
#include "usrdecs"
long long extrba;
short result;
result = GET_EXTRBA(&extrba);
For TAL:
?source usrdect
int result;
int(64) .ext extrba;
result := GET_EXTRBA(extrba);
For COBOL:
?CONSULT =EXTRACT (or =REPLICAT)
01 result S9(4) COMP.
01 extrba S9(16) COMP.
ENTER C "GET_EXTRBA" using &extrba giving result.
extrba
The current position in the Oracle GoldenGate trail.
result
A code indicating whether the call was successful or not.