Multidomain MDM
- Multidomain MDM 10.4 HotFix 1
- All Products
sip_ant swing_start
Run From | Steps |
---|---|
Hub Console |
|
API | To run the Generate Match Tokens batch job on all records, use the ExecuteBatchGenerateMatchTokens request with the
fullRestripInd attribute set to
1 .
The following code sample shows an ExecuteBatchGenerateMatchTokens request to create match tokens for all records in the C_PARTY base object:
|
where:sip_ant -Dnoprompt=true -noinput add_backfill_task -DprocedureName=<backfill type> -DtableName=<base object name> -DusageType=<api> -Dsequence=1
sip_ant -Dnoprompt=true -noinput add_backfill_task -DprocedureName=TRUST_BACKFILL -DtableName=C_CUSTOMER -DusageType=B -Dsequence=1
Run From | Steps |
---|---|
Hub Console |
|
API |
|
sip_ant -Dnoprompt=true -noinput disable_replication -DtableName=C_AGREEMENT
sip_ant -Dnoprompt=true -noinput remap -DtableName=C_AGREEMENT_XREF -DmapTableName=C_AGREEMENT_XREF_A
sip_ant swing_continue
Run From | Steps |
---|---|
Hub Console |
|
API |
Comment out the rowidObjectTable element in the request.
|
Delete from c_repos_zdt_backfill_task; COMMIT;
Run From | Steps |
---|---|
Hub Console |
|
API | To run the Generate Match Tokens batch job on dirty records only, use the ExecuteBatchGenerateMatchTokens request with the
fullRestripInd attribute set to
0 .
The following code sample shows an ExecuteBatchGenerateMatchTokens request to create match tokens for dirty records in the C_PARTY base object:
|
sip_ant swing_finalize
SQL-CMX_ORS_B> select current_scn from v$database; CURRENT_SCN ----------- 2880593
c:> <ors username>/<password>@<tns entry name> directory=<DATA_PUMP_DIR_OBJECT> dumpfile=<mrm_backup_envb.dmp> logfile=<mrm_backup_after_upgrade.log> parallel=8 job_name=<EXPORT_AFTER_UPGRADE> flashback_scn=<CURRENT_SCN from the previous step>