Library /sys$common/syshlp/SQL$HELP72.HLB  —  Errors  SQL_ERRORS, NOBATUPD
  BATCH_UPDATE is not supported in the SQL interface to Oracle Rdb

  Explanation:  A DECLARE TRANSACTION statement specified the
  BATCH_UPDATE transaction mode.  The SQL interface to Oracle Rdb
  does not support BATCH_UPDATE.

  User Action:  Replace BATCH_UPDATE with READ_WRITE reserving the
  tables you want to update with EXCLUSIVE WRITE locking.
Close Help