Class OracleSourceConfig (1.11.0)

OracleSourceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Oracle data source configuration

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
include_objects google.cloud.datastream_v1.types.OracleRdbms
Oracle objects to include in the stream.
exclude_objects google.cloud.datastream_v1.types.OracleRdbms
Oracle objects to exclude from the stream.
max_concurrent_cdc_tasks int
Maximum number of concurrent CDC tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.
max_concurrent_backfill_tasks int
Maximum number of concurrent backfill tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.
drop_large_objects google.cloud.datastream_v1.types.OracleSourceConfig.DropLargeObjects
Drop large object values. This field is a member of oneof_ large_objects_handling.
stream_large_objects google.cloud.datastream_v1.types.OracleSourceConfig.StreamLargeObjects
Stream large object values. This field is a member of oneof_ large_objects_handling.
log_miner google.cloud.datastream_v1.types.OracleSourceConfig.LogMiner
Use LogMiner. This field is a member of oneof_ cdc_method.
binary_log_parser google.cloud.datastream_v1.types.OracleSourceConfig.BinaryLogParser
Use Binary Log Parser. This field is a member of oneof_ cdc_method.

Classes

BinaryLogParser

BinaryLogParser(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration to use Binary Log Parser CDC technique.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

DropLargeObjects

DropLargeObjects(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration to drop large object values.

LogMiner

LogMiner(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration to use LogMiner CDC method.

StreamLargeObjects

StreamLargeObjects(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration to stream large object values.