1Z0-1151-25 Question 123
Select 2Your organization requires an Oracle Database workload to reside on Google Cloud for data residency requirements. You have established a secure site-to-site VPN tunnel between Google Cloud and Oracle Cloud Infrastructure (OCI) and installed Oracle Database 19c on a Linux VM instance in Google Cloud. Now you need to manage and monitor this database through OCI Database Management. Which two actions must you perform to enable end-to-end management of the Google Cloud-based Oracle Database from OCI?
- A
Install and configure the OCI Management Agent on the Google VM hosting the Oracle Database
- B
Assign the same Google Cloud region name to match the OCI region in order to facilitate synchronization
- C
Use the OCI console to register the database as an external database resource
- D
Enable automatic DNS zone peering so the oraclecloud.com domain resolves to the Google VM
Show answer and explanation
Correct answers: A, C
Explanation
To onboard an Oracle Database running in Google Cloud into Oracle Cloud Infrastructure for centralized management, you must install the OCI Management Agent on the VM and register the database as an external database in OCI. This allows OCI Database Management to monitor and operate the database securely, following best practices described in Oracle's external database documentation and agent installation guides.
- A. Correct.
Correct. The OCI Management Agent must be installed on the external system so that OCI Database Management can collect metrics, run tasks, and manage the database instance in Google Cloud.
- B. Incorrect.
Incorrect. Google Cloud and OCI can operate in different regions. You do not need to rename Google Cloud regions to match OCI regions for successful connectivity and management.
- C. Correct.
Correct. Registering the database as an external resource within OCI Database Management is mandatory so OCI can discover and monitor it through the installed Management Agent.
- D. Incorrect.
Incorrect. While DNS resolution must be set up properly to ensure the Management Agent can communicate with OCI, you do not need automatic DNS zone peering. A private IP over the site-to-site VPN or appropriate DNS configuration suffices.