Source position: oro_interface.inc line 373
type OCILockOpt = (
OCI_LOCK_NONE = 1,
OCI_LOCK_X = 2,
OCI_LOCK_X_NOWAIT = 3
);