You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/golden_gate_pipeline.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,12 @@ The following attributes are exported:
53
53
* `mapping_type` - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
54
54
* `source` - The source schema/table combination for replication to target.
55
55
* `target` - The target schema/table combination for replication from the source.
56
+
*`pipeline_diagnostic_data` - Information regarding the pipeline diagnostic collection
57
+
* `bucket` - Name of the bucket where the object is to be uploaded in the object storage
58
+
* `diagnostic_state` - The state of the pipeline diagnostics collection.
59
+
* `namespace` - Name of namespace that serves as a container for all of your buckets
60
+
* `object` - Name of the diagnostic collected and uploaded to object storage
61
+
* `time_last_collected` - The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
56
62
*`process_options` - Required pipeline options to configure the replication process (Extract or Replicat).
57
63
* `initial_data_load` - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
58
64
* `action_on_existing_table` - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
@@ -62,6 +68,7 @@ The following attributes are exported:
62
68
* `action_on_dml_error` - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
63
69
* `can_replicate_schema_change` - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
64
70
* `should_restart_on_failure` - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
71
+
* `start_using_default_mapping` - If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
65
72
*`recipe_type` - The type of the recipe
66
73
*`source_connection_details` - The source connection details for creating a pipeline.
67
74
* `connection_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
Copy file name to clipboardExpand all lines: website/docs/d/golden_gate_pipelines.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,12 @@ The following attributes are exported:
67
67
* `mapping_type` - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
68
68
* `source` - The source schema/table combination for replication to target.
69
69
* `target` - The target schema/table combination for replication from the source.
70
+
*`pipeline_diagnostic_data` - Information regarding the pipeline diagnostic collection
71
+
* `bucket` - Name of the bucket where the object is to be uploaded in the object storage
72
+
* `diagnostic_state` - The state of the pipeline diagnostics collection.
73
+
* `namespace` - Name of namespace that serves as a container for all of your buckets
74
+
* `object` - Name of the diagnostic collected and uploaded to object storage
75
+
* `time_last_collected` - The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
70
76
*`process_options` - Required pipeline options to configure the replication process (Extract or Replicat).
71
77
* `initial_data_load` - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
72
78
* `action_on_existing_table` - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
@@ -76,6 +82,7 @@ The following attributes are exported:
76
82
* `action_on_dml_error` - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
77
83
* `can_replicate_schema_change` - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
78
84
* `should_restart_on_failure` - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
85
+
* `start_using_default_mapping` - If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
79
86
*`recipe_type` - The type of the recipe
80
87
*`source_connection_details` - The source connection details for creating a pipeline.
81
88
* `connection_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
@@ -90,6 +93,7 @@ The following arguments are supported:
90
93
* `action_on_dml_error` - (Optional) (Updatable) Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
91
94
* `can_replicate_schema_change` - (Required) (Updatable) If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
92
95
* `should_restart_on_failure` - (Required) (Updatable) If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
96
+
* `start_using_default_mapping` - (Optional) (Updatable) If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
93
97
*`recipe_type` - (Required) (Updatable) The type of the recipe
94
98
*`source_connection_details` - (Required) The source connection details for creating a pipeline.
95
99
* `connection_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
@@ -124,6 +128,12 @@ The following attributes are exported:
124
128
* `mapping_type` - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
125
129
* `source` - The source schema/table combination for replication to target.
126
130
* `target` - The target schema/table combination for replication from the source.
131
+
*`pipeline_diagnostic_data` - Information regarding the pipeline diagnostic collection
132
+
* `bucket` - Name of the bucket where the object is to be uploaded in the object storage
133
+
* `diagnostic_state` - The state of the pipeline diagnostics collection.
134
+
* `namespace` - Name of namespace that serves as a container for all of your buckets
135
+
* `object` - Name of the diagnostic collected and uploaded to object storage
136
+
* `time_last_collected` - The date and time the diagnostic data was last collected for the pipeline. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-07-25T21:10:29.600Z`.
127
137
*`process_options` - Required pipeline options to configure the replication process (Extract or Replicat).
128
138
* `initial_data_load` - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
129
139
* `action_on_existing_table` - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
@@ -133,6 +143,7 @@ The following attributes are exported:
133
143
* `action_on_dml_error` - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
134
144
* `can_replicate_schema_change` - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
135
145
* `should_restart_on_failure` - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
146
+
* `start_using_default_mapping` - If ENABLED, then the pipeline is started as part of pipeline creation. It uses default mapping. This option applies when creating or updating a pipeline.
136
147
*`recipe_type` - The type of the recipe
137
148
*`source_connection_details` - The source connection details for creating a pipeline.
138
149
* `connection_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the connection being referenced.
0 commit comments