OBJECTSET specification for LOGSCAN

The OBJECTSET option is available in LOGSCAN statement syntax to process logs for groups that are defined using BMC AMI Recovery Manager. OBJECTSET is available in the following syntactical forms.

The OBJECTSET specification is shown in LOGSCAN syntax

  • LOGSCAN OBJECTSET creator.name

    LOGSCAN OBJECTSET performs log scan processing for all objects in a group, both table spaces and indexes.

    Important

    INDEXES YES is not valid with a LOGSCAN OBJECTSET specification.

  • 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 may be added or removed from the group.

Important

BMC AMI Recover does not read BMC AMI Recovery Manager recovery options for the group. If BMC AMI Recovery Manager recovery options change, you must run BMC AMI Recovery Manager to pick up the new options and generate the control cards.

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.

Related topic


Was this page helpful? Yes No Submitting... Thank you

Comments