8.15 Change the ICC Batch Ownership

All seeded Batches in the OFS LRS pack are automatically assigned to the SYSADMN user during installation. To view the batches in the Batch Maintenance menu, you must execute the following query in the Config Schema of the database:

begin

AAI_OBJECT_ADMIN.TRANSFER_BATCH_OWNERSHIP ('fromUser','toUser','infodom'); end;

OR

begin

AAI_OBJECT_ADMIN.TRANSFER_BATCH_OWNERSHIP ('fromUser','toUser');

end;

Where:

  • fromUser indicates the user who currently owns the batch
  • toUser indicates the user to whom the ownership must be transferred
  • infodom is an optional parameter. If specified, the ownership of the batches of that Infodom will be changed.