Table of Contents

Search

  1. Abstract
  2. Supported Versions
  3. Writing Custom Scripts to Run Batch Jobs

Writing Custom Scripts to Execute Batch Jobs

Writing Custom Scripts to Execute Batch Jobs

Determining Available Execution Scripts

Determining Available Execution Scripts

To determine which batch jobs are available to be executed using stored procedures, run a query using the standard Informatica MDM Hub view called C_REPOS_TABLE_OBJECT_V:
SELECT * FROM C_REPOS_TABLE_OBJECT_V WHERE PUBLIC_IND = 1 :

0 COMMENTS

We’d like to hear from you!