PAUSE SYNC JOB
Descriptionβ
Pause a running resident data synchronization job in a database identified by job_name
. The suspended job will stop synchronizing data while retaining its latest consumption position until it is resumed by the user.
Syntaxβ
PAUSE SYNC JOB [<db>.]<job_name>
Required Parametersβ
1. <job_name>
Specifies the name of the synchronization job to be paused.
Optional Parametersβ
1. <db>
If a database is specified using the
[<db>.]
prefix, the job is located in that database; otherwise, the current database is used.
Access Control Requirementsβ
Any user or role can perform this operation.
Exampleβ
-
Pause the data synchronization job named
job_name
.PAUSE SYNC JOB `job_name`;