Which two statements are true about Oracle Cloud Infrastructure (OCI) Management Interfaces? (Choose two.)
Options:
A.
Terraform is an OCI Management interface that allows for programmatic access via https for secure application integration.
B.
OCI CLI and dbcli (database CLI) are command-line interfaces that can be used with virtual machine DB systems.
C.
OCI CLI and VMCLI are command-line interfaces that can be used with virtual machine DB systems. VMCLI is a command-line interface that is available only on virtual machine DB systems and must be run on the host.
D.
dbcli is available only on virtual machine DB systems and must be run on the host.
E.
Virtual Machine DB Systems cannot be managed from the Web Console and must use the provided Cloud REST APIs.
Answer:
A, B
Explanation:
Explanation:
Oracle Cloud Infrastructure (OCI) Management Interfaces are the various ways that you can interact with OCI resources and services. Some of the OCI Management Interfaces are:
Terraform: Terraform is an open-source tool that allows you to define and provision infrastructure as code. You can use Terraform to create, modify, and delete OCI resources and services using a declarative configuration language. Terraform communicates with OCI via HTTPS for secure application integration1.
OCI CLI: OCI CLI is a command-line interface that you can use to perform most OCI tasks. You can install OCI CLI on your local machine or use it from the Cloud Shell in the OCI Console. OCI CLI uses REST APIs to send requests and receive responses from OCI2.
dbcli: dbcli is a command-line interface that is available only on virtual machine DB systems and must be run on the host. dbcli allows you to perform various lifecycle and administration operations on the database, such as creating, deleting, starting, stopping, patching, and backing up the database3.
Therefore, option A and B are true statements and the rest are false. Option C is false because there is no such thing as VMCLI in OCI. Option D is false because dbcli is also available on bare metal DB systems, not just on virtual machine DB systems4. Option E is false because virtual machine DB systems can be managed from the Web Console, as well as from the Cloud REST APIs5. References: 1: Terraform Provider for Oracle Cloud Infrastructure 2: Command Line Interface (CLI) - Oracle Help Center 3: dbcli Command Reference - Oracle Help Center 4: dbcli Command Reference - Oracle Help Center 5: Managing DB Systems - Oracle Help Center