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?
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?
Which feature do you use to copy transactions from an on-premises MySQL instance to a DB system?
The following statements execute successfully:CALL sys.ML_TRAIN(‘ml_data.iris’, ‘class’, NULL, @model);SELECT @model;Which three are true? (Choose three.)
You run this command to connect successfully to a DB system:mysqlsh[email protected]--auth-method=authentication_oci_clientWhy does the command NOT require a password?
A port-forwarding Bastion session has been created for a MySQL DB system listening on 10.10.1.187:3306. The SSH command provided by the Bastion session is:An SSH tunnel is created successfully on a client machine by running this command:Which command connects to the MySQL DB System from the client machine?