You want to create a new DB system with data import. How do you prepare the data?
Which placement is NOT valid for a high-availability DB system? (Note: AD refers to availability domain and FD refers to fault domain.)
The following statements are executed successfully:
Which two are true? (Choose two.)
There are more than 10 concurrent users running queries on the DB system. The airport_geo table has been loaded successfully into a HeatWave cluster.
You want to run this query:
SELECT DISTINCT country FROM airport_geo ORDER BY country;
How do you determine whether the query is offloaded to the HeatWave cluster for execution?
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 available when creating a new MySQL DB system in OCI Console? (Choose two.)
Which two methods can you use to import data into a MySQL DB system by using MySQL Shell? (Choose two.)
You want to create a read replica on a DB system.
Which is true about the read replica?
You can perform a node estimate when adding a HeatWave cluster to a DB system in OCI Console. Which two tasks are performed by the node estimate process? (Choose two.)
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?
You want to determine which version of MySQL is running on your DB system.
Which two SQL statements show the MySQL version? (Choose two.)
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.)
The following statements execute successfully:
CALL sys.ML_TRAIN(‘ml_data.iris’, ‘class’, NULL, @model);
SELECT @model;
Which three are true? (Choose three.)