The ZONE procedure is used to change the dependency relationship between a job and a zone.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_JOB.ZONE (
job IN BINARY_INTEGER,
zone IN BINARY_INTEGER,
force IN BOOLEAN DEFAULT FALSE);
Parameters
| Parameter | Description |
|---|---|
| job | The unique ID of the job to be modified. To find this ID, query the JOB column of the USER_JOBS or DBA_JOBS view. |
| zone | When submitting a job, you can specify which zone can run the job. |
| force | If TRUE, the specified zone will be validated. Otherwise, no validation will be performed. |
Considerations
When submitting a job, you can specify which zone can run the job.
