Oracle Autonomous Database and DevOps: A Simple Approach to Utilization – Part 5

This article is the fifth and final part of the Oracle Autonomous Database and DevOps article series. For a better understanding, I recommend you read the articles “Oracle Autonomous Database and DevOps: A Simple Approach to Use – Part 1”, “Part 2”, “Part 3” and “Part 4” before proceeding with the steps in this article. As the previous article dealt with the creation of the Linux application server within Oracle Cloud, in this article we will proceed with the creation of microservices using Docker and connecting a JAVA application to…

Move an Oracle database from on-prem to AWS : EC2 or RDS?

Now with Cloud, many customer want to move their database On-Prem to some clouds as AWS, Oracle and IBM. Here I describe the differences if you want to move your Oracle database On-Prem to Amazon AWS. EC2: You manage the database at AWS by yourself. RDS (RELATIONAL DATABASE SERVICE) : Database as a Service (DBaaS) that automatically configures and maintains your databases in the AWS cloud. The user has limited power over specific configurations . Then if the customer chooses for EC2 you have these migrations options: Migrating Oracle database…

ODTUG Kscope19- Seattle, Washington

ODTUG Kscope is the premier educational conference for Oracle technology users, attracting Oracle experts from all over the globe. No other conference in the Oracle world features this kind of development-specific training and content, including lessons learned by other companies facing similar challenges and hundreds of opportunities to discover money-saving techniques. ODTUG Kscope offers a dynamic experience and a unique learning environment for attendees, with over 300 technical sessions, hands-on training, all-day symposiums, and networking with Oracle experts. In this video I would like to thank: 1:28- Dan Goerdt (President…

SWEOUG: Oracle Tech Talk – Where is Waldo? The memory leak edition

On the 20th of August 2019 from 6:00 PM to 8:00 PM, SWEOUG (Swedish Oracle User Group) will host a database Meetup. This FREE event will be held at Kungsgatan 60, Stockholm. Here are the details : Link : https://www.meetup.com/Stockholm-Oracle/events/gxmpglyzlbbc/ We will have Stefan Koehler (https://twitter.com/OracleSK) giving his presentation. He is also a proud member of the OakTable Network and is recognized/rewarded as an Oracle ACE by Oracle’s ACE program. brunorsHi! I am Bruno, a Brazilian born and bred. Former Oracle ACE, Computer Scientist, MSc in Data Science, over ten…

Oracle Autonomous Database and DevOps: A Simple Usage Approach – Part 4

This article is the fourth part of the series of articles on Oracle Autonomous Database and DevOps. For a better understanding, I recommend reading the “Oracle Autonomous Database and DevOps: A Simple Usability Approach – Part 1”, “Part 2” and “Part 3” articles before proceeding with the steps in this article. As in the previous article we treated the secure connection of the ATP instance with Oracle SQL Developer using the wallet file of the provisioned instance, in this article we will proceed with the creation of the Linux application…