I explained how I configured the Raspberry Pi and created a Python script to connect to the cloud. Now, I want to be able to keep multiple cloud databases alive using a single Raspberry Pi. In this blog, I will show you how I handled this problem. Connecting more than one cloud environment sounds impossible. […]
Read moreCategory Archives: Keeping the cloud alive
Keeping the cloud alive – the real work
In my previous article, I showed you how to install Oracle Linux on a Raspberry Pi 3B and make a connection to the Oracle Always Free Tier database. This was all done as the root user, which is, I know, very bad practice. Time to create a better solution. First, I created a user: [root@rpi ~]# […]
Read moreKeep the cloud alive – Setup
Do you have an Oracle Free Tier cloud account? Then you know it’s important to keep your databases alive if you want to be able to access them at any time. But this is not as easy as it sounds. Of course, you know that: If your Always Free Autonomous Database has no activity for 7 […]
Read more