This feature is in and subject to change. To share feedback and/or issues, contact Support.
SHOW LOGICAL REPLICATION JOBS statement shows details of jobs on a cluster.
This page is a reference for the SHOW LOGICAL REPLICATION JOBS SQL statement, which includes information on its parameters and possible options. For more details on monitoring LDR, refer to the page.
Required privileges
You must have one of the following to runSHOW LOGICAL REPLICATION JOBS:
- The .
- The , which can view all jobs (including
admin-owned jobs).
Synopsis
<?xml version=“1.0” encoding=“UTF-8”?>Parameters
| Parameter | Description |
|---|---|
show_logical_replication_jobs_options | Option to modify the output. |
Options
| Option | Description |
|---|---|
details | Includes the additional columns: replication_start_time, conflict_resolution_type, description. |
Responses
| Field | Response |
|---|---|
job_id | The job’s ID. Use with , , , . |
status | The job’s current state. Possible values: pending, paused, pause-requested, failed, succeeded, canceled, cancel-requested, running, retry-running, retry-reverting, reverting, revert-failed.Refer to for a description of each status. |
tables | The fully qualified name of the table(s) that are part of the LDR job. |
replicated_time | The latest at which the destination cluster has consistent data. This time advances automatically as long as the LDR job proceeds without error. replicated_time is updated periodically (every 30s). |
replication_start_time | The start time of the LDR job. |
conflict_resolution_type | The type of : LWW last write wins. |
command | Description of the job including the replicating table(s) and the cluster connections. |
Example
In the destination cluster’s SQL shell, you can querySHOW LOGICAL REPLICATION JOBS to view the LDR jobs running on the cluster:
WITH details option:

