The XA_GETLASTOER function returns the last Oracle error code in the case of failure of previous XA calls.
Syntax
DBMS_XA.XA_GETLASTOER
RETURN PLS_INTEGER;
Return values
The last OceanBase Database error code is returned.
The XA_GETLASTOER function returns the last Oracle error code in the case of failure of previous XA calls.
DBMS_XA.XA_GETLASTOER
RETURN PLS_INTEGER;
The last OceanBase Database error code is returned.
Previous topic