You want to replicate data from an on-premises MySQL server to a MySQL DB system. The on-premises MySQL server runs in your corporate network. The MySQL server accepts incoming connections from the Internet on a public IP endpoint.
The DB system runs in Oracle Cloud Infrastructure. The DB system endpoint is connected to a private subnet of a VCN.
Which network configuration is required?
Correct : A
Start a Discussions
You have successfully provisioned a MySQL DB system on Oracle Cloud Infrastructure by using OCI Console. You have installed the standard MySQL client libraries and MySQL Shell on your workstation that is not connected to any VPN, FastConnect, or SSH tunnel.
You CANNOT connect directly to the DB system endpoint from your workstation connected to the Internet.
What is the reason?
Correct : B
Start a Discussions
Which feature do you use to copy transactions from an on-premises MySQL instance to a DB system?
Correct : B
Start a Discussions
The following statements execute successfully:
CALL sys.ML_TRAIN('ml_data.iris', 'class', NULL, @model);
SELECT @model;
Which three are true? (Choose three.)
Correct : B, C, E
Start a Discussions
How can you determine the uptime of a DB system?
Correct : C
Start a Discussions