
Ultimate access to all questions.
You are managing an Oracle database that is hosted within a Virtual Machine (VM) and is part of a Virtual Private Cloud (VPC) network. Your goal is to replicate and continuously synchronize 50 tables from this Oracle database to BigQuery. In this scenario, you are aiming to achieve this objective while minimizing any infrastructure management overhead. What steps should you take to accomplish this?
A
Deploy Apache Kafka in the same VPC network, use Kafka Connect Oracle Change Data Capture (CDC), and Dataflow to stream the Kafka topic to BigQuery.
B
Create a Pub/Sub subscription to write to BigQuery directly. Deploy the Debezium Oracle connector to capture changes in the Oracle database, and sink to the Pub/Sub topic.
C
Deploy Apache Kafka in the same VPC network, use Kafka Connect Oracle change data capture (CDC), and the Kafka Connect Google BigQuery Sink Connector.
D
Create a Datastream service from Oracle to BigQuery, use a private connectivity configuration to the same VPC network, and a connection profile to BigQuery.