Which two are true about creating a Bastion service to connect to a MySQL DB system? (Choose two.)
You have successfully enabled high availability of a stand-alone DB system. Which is true?
You create a new MySQL DB system. It fails because you use mysql.sys as the administrator username.
What is the reason?
Which two are true about data loaded into a MySQL HeatWave cluster? (Choose two.)
A DB system has been deleted successfully. Which two operations are allowed on the deleted DB system? (Choose two.)
What must you do before deleting a DB system?
You have obtained a new tenancy on Oracle Cloud Infrastructure. You first create a VCN by using the VCN Wizard, and then create a MySQL DB system. You want to create a Connection in Database tools to use the SQL Worksheet feature.
Which three steps are required? (Choose three.)
You want to create a custom configuration for the MySQL DB system in OCI Console. Which three can you set? (Choose three.)
Which two are benefits of read replicas? (Choose two.)
Which is true about dynamic variables in MySQL HeatWave configurations?
Which two methods can you use to import data into a MySQL DB system by using MySQL Shell? (Choose two.)
You create a MySQL DB system with default port numbers, and attach it to a subnet.
Which configuration is required on the subnet to enable client applications to connect to the DB system?
What must be enabled for using the point-in-time recovery feature in a DB system?
Which MySQL HeatWave AutoML routine evaluates a model?
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?
The first query has an estimated cost of 100,000,000 and is offloaded to a HeatWave cluster for execution:
SELECT flightno, departure, country FROM flight JOIN airport_geo ON ‘from’=airport_id;
The second query has an estimated cost of 10,000 and is NOT offloaded to the Heatwave cluster for execution:
SELECT DISTINCT country FROM airport_geo ORDER BY country;
Which two methods can offload the second query to the Heatwave cluster for execution? (Choose two.)
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?
Which type of configuration variables CANNOT be modified in MySQL custom configurations?
You want to change the configuration of an active stand-alone DB system. The DB system is configured as the target of a channel, and the channel is currently active.
Which sequence of steps must you perform?