Tag: OCI CLI

Why and How to install OCI CLI in a Virtual Environment on Oracle Cloud

Introduction Oracle Cloud Infrastructure (OCI) Command Line Interface (CLI) is a small-footprint tool that lets you create and manage resources in Oracle Cloud using a command line interface. It enables you to automate tasks and makes things easier. The Quickstart documentation provides quick installation instructions. However, installations via RPM (Red Hat Package Manager) on Base…

Three Ways to Authenticate OCI CLI in Oracle Cloud

Introduction Oracle Cloud provides automated resource provisioning and management by the click of the button, literally. You just login into the OCI Console, which is a web-based interface, and click on the button to provision and manage your resources. However, managing large environments that way might become challenging. Additionally, you might want to execute some…

Command Line Interfaces (CLIs) in the Oracle Cloud

Introduction Oracle offers the Cloud Console, which is an easy to use web-based interface to create and manage all Oracle cloud resources. However, in many use cases it is more efficient to do your tasks programmatically using command line tools instead of clicking on every button in the web browser manually: The CLIs are procedural…

Automate Data Pump Export in Autonomous Database for Archiving incl. Cross-region Copy

Oracle Autonomous Database eliminates the human labor associated with database tuning, security, backups, patching, upgrade, and other routine management tasks traditionally had to be performed manually. Other tasks like restore and recovery, migration, cloning, and moving data are done on demand (manually), but differently and more conveniently than on-premise. Data Pump is a very useful utility to extract…