© 2023 Hashnode
#oraclecloudinfrastructure
Below is a simple bash script that can be run to identify if the script exists within an AWS, Azure, Google Cloud, or Oracle Cloud Virtual Machine. Bash Script #!/usr/bin/env bash set -e pipefail fun…
Introduction Are you ready to take your Oracle Database 23c experience to the next level? In this article, we'll guide you through the simple steps to install APEX and ORDS for Oracle Database 23c on …
Introduction In this blog post, we'll set up the latest release of Oracle Database, version 23c, on an Oracle Linux 8 Compute instance in Oracle Cloud Infrastructure (OCI). This step-by-step guide cov…
Introduction Load balancers are an important component of cloud computing that helps to distribute incoming network traffic across multiple servers. They ensure high availability, scalability, and rel…
Follow the installation steps to configure your own Jenkins on Oracle Cloud Compute always FREE shape Create a compute instance using either VM.Standard.E2.1.Micro - if you do not intend to run CI/CD…
Introduction Read how to create a clone of your Always Free Autonomous Database (ADB) in Oracle Cloud Infrastructure (OCI) using REST APIs. This blog post provides step-by-step instructions on how to …
Recently, I had a situation where I have to upload files to Oracle Object Storage. In the past, I used the aws-sdk for AWS S3. At first, I thought I would have to write new code from scratch. However, After searching for some time, I found …
Introduction Looking to set up custom URLs for your Oracle Autonomous Database? In this blog post, we'll explore how to achieve this using an NginX reverse proxy server. While vanity URLs are a popula…
Introduction If you're looking to boost your brand identity and make your Oracle Autonomous Database more memorable, consider setting up a custom vanity URL. Vanity URLs are easy to read, remember, an…
Introduction Are you looking to increase the size of your block and boot volumes on OCI without downtime? In this blog post, we provide step-by-step instructions and screenshots to guide you through t…