In Informatica Master Data Management (MDM), the "C_REPOS" tables are core repository tables used to store configuration metadata and runtime information for the MDM Hub.
Job Control Tables: |
---|
C_REPOS_JOB_CONTROL:- This table keeps track of information related to
batch jobs, including job statuses, execution times, and control
parameters:
SQL- If Jobs which are stuck or Interrupted.
C_REPOS_JOB_GROUP_CONTROL: This table stores the job runs that are triggered via Batch group job from the Hub Console.
C_REPOS_APPLIED_LOCK:- This table is used to manage and store information about locks applied to records during various operations. Column "LOCK_QUERY_SQL" will provide the details on which table lock is applied.
|