Oracle Autonomous Database and DevOps: A simple usage approach – Part 2

This article is the second part of the series of articles about Oracle Autonomous Database and DevOps. For a better understanding, I recommend reading the article “Oracle Autonomous Database and DevOps: A Simple Usage Approach – Part 1” before proceeding with the steps in this article. As in the previous article the Docker configuration was handled, we will begin to provision the Oracle Autonomous Database version 18c in the Oracle Cloud. – Provisioning the Oracle Autonomous Database in the Cloud: Before provisioning the database it is necessary to create a…

Oracle Autonomous Database and DevOps: A simple usage approach – Part 1

This article explains the creation of an Oracle Autonomous Database instance in the Oracle Cloud for the usage of programmers(some tests examples with some programming languages and Oracle SQL Developer). Let’s build some concept to start: What is the Oracle Autonomous Database? According to Oracle Corp, it is “the first standalone cloud data manager that provides application for patches, upgrades and tuning, including performing maintenance tasks on the database without human intervention.”. In addition, Oracle itself explains 3 features of this new database model that are: According to the Oracle…