OCI CLI is a great tool to have at your disposal, but one problem that starts to happen as you begin to deal with several clients is that you need to change the config file in your ~/.oci directory or set the environment variable OCI_CLI_RC_FILE ( which in ...
This blog post will be a short one, but I think it is very useful when scaling your resources in an ExaCC environment.
The first thing I do is find out how much memory the VM Cluster has, which in my case it is 1900 GB.
This week I got a new Exadata Cloud@Customer X9-M quarter rack, and I thought it would be a good opportunity to showcase how to create a VM Cluster Network using OCI CLI. I am currently using version 3.25.3.
The first thing to do is to create the JSON template
In this next installment of the Back To Cloud Basics series, I will show how to do the same exercise as my previous post via GUI with Identity Domains.
The first thing we will do is create a compartment.
Continuing on the series Back To Cloud Basics, I will now create a compartment, user, group and a policy for this group using OCI CLI.
The first thing that we should do is set up OCI CLI. I won’t go into this blog post on how to set ...
The first day I decided to create my very first blog post, I decided that it would be oriented towards people either in their first steps of the tech I was writing or wanting to learn a new technology. So this series of blog posts is for those ...
This will be a blog post mostly for me on how to mount an Oracle Object Storage on an OCI VM system, as I want to have the steps at my hand.
So the first thing to do is create the Object Storage, you can do ...
In this last post from the Oracle Cloud World 2022 series, I’m not going to share anything new, as nothing else was announced on this day. It was mostly just attending sessions around OCI Security, Microservices, Exadata, and last but not least, networking with old and new peers.
Today for me was a hectic day, it started quite early with some client calls, and went on to the late evening with the Oracle ACE Dinner, which I want to give a big shoutout to the ACE team and my peers for all the effort ...
As my friend Ronald Vargas said ( in Spanish) “I know that everyone defends what they consider unique. We know about great conferences and events around the world, but for me, today #CloudWorld – Oracle Open World before – is the most exciting experience of all.“, and ...
Normally when you think about a Cloud Architecture, you don’t think about what it can do to help the life of someone else. In simple words ,our work as architects is to gather information on a client’s environment and usage of it and try to optimize the cost ...
In recent years, few aspects of modern life have enterprises and techies drooling more than the cloud. The amount of cloud of data centers dominated by tech giants, Amazon, Microsoft, Google and Oracle is stagering and it is not stopping any time soon. During the Covid-19 pandemic, they ...
This will be a small post and is mostly for me to remember how to do it. The other day I was asked to provide all of the resources that we had in OCI , and I did try to do it via the GUI interface, but I ...
As you may already know, scripting your RMAN backups and storing your connectivity credentials in the actual scripts is not a good security practice. Sometimes even hiding the actual password through another script or a mechanism for this will expose your password. I won’t go into details as ...
A couple of weeks ago, I was helping out a teamate with a post patch issue on the ExaCC, The problem was that after applying the 19.12 RU to the DB ORACLE_HOME, the PDBs were left in restricted mode and couldn’t be opened. So my first train of ...