alter job

Changes the attributes of an existing job.

Syntax

To drop a job comparison:

alter job job_name 
	drop comparison comparison_name [and comparison_name2 […]]

To add a job comparison:

alter job job_name
add comparison comparison_name
set COMPARESET =compareset_name
[and set COMPARE_MODE [{to|=}] {row_compare | key_compare | row_checksum | table_checksum | row_count} 
[and set ABORT_DIFF_ROW_COUNT [{to|=}] {true|false}
[and set ABORT_DIFF_MAX [{to|=}] max_diff_percent
[and set MAX_DIVISIONS [{to|=}] max_number_of_division
[and set RETRY_DIFF [{to|=}] {never | wait_and_retry }
[and set RETRY_MAX [{to|=}] number_of_retries
[and set RETRY_DELAY_SEC [{to|=}] number_delay_second
[and set HASH_TYPE [{to|=}] {database_hash | agent_hash}
[and set CREATE_COL_LOG [{to|=}] {true|false}
[and set CREATE_RECON_SCRIPT [{to|=}] {true|false}
[and set AUTO_RECONCILE [{to|=}] {true|false}
[and set EXTERNAL_SORT [{to|=}] {true|false}
[and set COMPRESS_DATA_TRANSFER [{to|=}] {true|false}
[and set PRIORITY [{to|=}] {highest | high | normal | low}
[and set desc [{to|=}] “description”
]]]]]]]]]]]]]
[with column option
set column_name [{to|=}] {literal | column_hash | row_hash}
[set column_name [{to|=}] {literal | column_hash | row_hash}]
 […]]
 [and compareset comparison_name2
…]
To alter the job comparisons:
alter job job_name
alter comparison comparison_name
[set COMPARESET =compareset_name
[and set COMPARE_MODE [{to|=}] {row_compare | key_compare | row_checksum | table_checksum | row_count} 
[and set ABORT_DIFF_ROW_COUNT [{to|=}] {true|false}
[and set ABORT_DIFF_MAX [{to|=}] max_diff_percent
[and set MAX_DIVISIONS [{to|=}] max_number_of_division
[and set RETRY_DIFF [{to|=}] {never | wait_and_retry }
[and set RETRY_MAX [{to|=}] number_of_retries
[and set RETRY_DELAY_SEC [{to|=}] number_delay_second
[and set HASH_TYPE [{to|=}] {database_hash | agent_hash}
[and set CREATE_COL_LOG [{to|=}] {true|false}
[and set CREATE_RECON_SCRIPT [{to|=}] {true|false}
[and set AUTO_RECONCILE [{to|=}] {true|false}
[and set EXTERNAL_SORT [{to|=}] {true|false}
[and set COMPRESS_DATA_TRANSFER [{to|=}] {true|false}
[and set PRIORITY [{to|=}] {highest | high | normal | low}
[and set desc [{to|=}] “description”
To alter the column options in a job comparison:
alter job job_name
alter comparison comparison_name
with column option
set column_name [{to|=}] {literal | column_hash | row_hash}
[set column_name [{to|=}] {literal | column_hash | row_hash}]
 […]
To change the job options:
alter job job_name 
[[set MAX_CONCURRENT_COMPARISONS [{to|=}] number_of_max_concurrent_comparisons
[and set desc [{to|=}] description]]
To change all the comparison options:
alter job job_name
alter  comparison option
set comparison_param [{to|=}] value
To enable a comparison:
alter job job_name enable comparison comparison_name
[ and comparison_name2[…]]
To disable a comparison:
alter job job_name disable comparison comparison_name
[ and comparison_name2[…]]
To add or alter the scheduling options:
alter job job_name
{add | alter} schedule schedule_name 
[set TYPE [{to|=}] once | cron | every_days | every_weeks | every_months
[and set EVERY [{to|=}] n
[and set DATE [{to|=}] date_value
[and set TIME [{to|=}] time_value
[and set KEEP [{to|=}] keep_value
[and set KEEP_UNIT [{to|=}] days | weeks | months | forever
[and set CRON [{to|=}] cron_value
[and set desc [{to|=}] description]
]]]]]]]]]
	[and schedule schedule_name2
[set TYPE [{to|=}] once | cron | every_days | every_weeks | every_months
[and set EVERY [{to|=}] n
[and set DATE [{to|=}] date_value
[and set TIME [{to|=}] time_value
[and set KEEP [{to|=}] keep_value
[and set KEEP_UNIT [{to|=}] days | weeks | months | forever
[and set CRON [{to|=}] cron_value
[and set desc [{to|=}] description]
]]]]]]]]]……]}
To drop the scheduling option:
alter job job_name 
drop schedule schedule_name[and schedule_name2[……]]

Parameters

Examples