
Eclipsys has helped McMaster University maximize its investment in the Oracle Exadata Cloud@Customer solution. Read the story here






The OCI CLI is a small-footprint tool that you can use on its own or with the Oracle Cloud Console to complete Oracle Cloud Infrastructure tasks. The OCI CLI provides the same core functionality as the Console, plus additional commands. Some of these, such as the ability to run scripts, extend Console functionality.
In this blog, we will use the OCI CLI command line tool to create an “Always Free” Autonomous Database. Then, we will use the tool to stop, start, and delete the autonomous database.
Prerequisites:
To create the new autonomous database, we use the command “oci db autonomous-database create [options]“. There are required and optional parameters to run the command.
Use the command “oci db autonomous-database create –help” to get the command’s reference.
The main parameters to define:
Once you execute the command, go to the OCI console and navigate to “Oracle Database > Autonomous”, you can see the new always free autonomous database in the Processing state.
Once create command finishes, the state will be Available.
Use the command “oci db autonomous-database get [options]” to get the details of the specified autonomous database.
Use command “oci db autonomous-database stop [options]” to stop a specified autonomous database.
Use the command “oci db autonomous-database start [options]” to start a specified autonomous database.
Use command “oci db autonomous-database delete [options]” to delete a specified autonomous database.
Resources:
– OCI CLI Command Reference Document https://docs.oracle.com/en-us/iaas/tools/oci-cli/3.30.2/oci_cli_docs/cmdref/db/autonomous-database.html
Want to find out more about how you can get the best out of Oracle?
Get in touch with DSP-Eclipsys today to explore better solutions for your business.
