How can an Autonomous Database resource be provisioned without logging into the Oracle Cloud Infrastructure console?

How can an Autonomous Database resource be provisioned without logging into the Oracle Cloud Infrastructure console?
A . Using Database Configuration Assistant (DBCA) on the database server.
B . It cannot be done.
C . Connecting to the Cloud Infrastructure Command console via SSH wallet.
D . Using the Oracle Cloud Infrastructure Command Line interface tool or REST API calls.

Answer: B

Latest DP-201 Dumps Valid Version with 208 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
2 Comments
Inline Feedbacks
View all comments
Bruno
Bruno
3 years ago

The correct answer is D

Create an ADW instance
Let’s start by creating an instance using the function. Here is my shell script for doing that, createdb.sh.

#!/bin/bash
. ./oci-curl.sh
oci-curl database.us-phoenix-1.oraclecloud.com post ./request.json “/20160918/autonomousDataWarehouses”

Reference: https://blogs.oracle.com/datawarehousing/managing-autonomous-data-warehouse-using-oci-curl

Lux
Lux
4 years ago

Corret answer : D