OBJECTSET specification for LOGSCAN
LOGSCAN TABLESPACE OBJECTSET creator.name
LOGSCAN TABLESPACE OBJECTSET performs log scan processing only for the table spaces in the group.
LOGSCAN TABLESPACE OBJECTSET creator.name INDEXES YES
LOGSCAN TABLESPACE OBJECTSET... INDEXES YES performs log scan processing for the table spaces in the group along with their associated indexes regardless of whether the indexes are included in the group.
LOGSCAN INDEX OBJECTSET creator.name
LOGSCAN TABLESPACE OBJECTSET performs log scan processing only for the indexes in the group.
The following rules apply to creator.name:
- creator specifies the name of the creator of the group and can have up to 128 characters in length.
- name species the group name and can have up to 128 characters in length.
- You can delimit both creator and name with single or double quotation marks.
- Both creator and name can contain the special characters $, #, and @ in any position.
BMC AMI Recover uses dynamic grouping to determine the group contents at the time that you run the BMC AMI Recover job containing the OBJECTSET option. Because BMC AMI Recover reads the objects in the group each time the job is executed, objects might be added or removed from the group.
Following are restrictions that apply when you use OBJECTSET in any of its forms on the LOGSCAN statement:
- AUX is ignored with any specification of OBJECTSET.
- You cannot specify DSNUM with OBJECTSET. BMC AMI Recover uses the group definition for the object.
- BMC AMI Recover allows only one OBJECTSET clause, and the statement can not contain additional TABLESPACE, INDEX, or INDEXSPACE clauses.