IAM (Infrastructure Identity and Access Management), as the name suggests it is used to control an access to cloud resources. Which real user should have access to which compartment , network or tenancy and which type of access they should have is decided by configuring IAM. There are different components which helps you configure IAM […]
Category: ORACLE CLOUD
Storage options in Oracle Cloud Infrastructure
Storage is an integral part of any cloud project life cycle. Oracle provides distinct storage options according to the need of data being accessed . You can either use option from “hot” storage class if you want to access it frequently or you can use option from “cold” storage class if you use it less […]
Oracle Data Guard Switchover in Oracle Cloud Infrastructure (OCI)
To view how to configure Data Guard in OCI please check Configuring Data Guard in Oracle Cloud Infrastructure (OCI) Assumptions: Oracle Data Guard is configured in OCI and it is up, running and synchronized. You can check the dgmgrl configuration before starting switchover by login to the server using Public IP. You can see SKANTORC_iad19m […]
New Feature: Changing the shape of a virtual machine DB system OCI
Finally, Oracle OCI come up with new feature of changing the shape of VM in Database system without termination. For an instance, you are running DB system on OCI VM, as time passes, you may required more CPU or less CPU to reduce the costAfter you provision a virtual machine DB system, you can change […]
Patch the 2 node RAC in OCI with DBCLI
In this post, we will perform patching on BM (Bare Metals) and VM ( Virtuals Machine) database systems by using DBCLI on the 2-Node RAC running on Oracle Database 19c. Note: This tool is not applicable to Exadata DB systems. Prerequisites The /u01 directory has at least 15 GB of free space. The Oracle Clusterware […]
Configuring Data Guard in Oracle Cloud Infrastructure (OCI)
In previous article, we saw the creation of Oracle RAC on Oracle Cloud Infrastructure (OCI) Installation of Oracle RAC on Oracle Cloud Infrastructure(OCI) In this post, we will see how to configure data guard with RAC on OCI. Assumption : Oracle RAC database is already installed and configured on OCI. Click on Displa Name: DBSVM […]
Installation of Oracle RAC on Oracle Cloud Infrastructure(OCI)
In this post, we will see the creation of Oracle RAC on Oracle Cloud Infrastructure (OCI) After login to your OCI account, Click on the Menu and choose Bare Metal, VM, Exadata option under Database category. First, you need to select the compartment name and then click on “Create DB System” As shown in the […]
Upgrade Oracle Enterprise Manager (OEM) 13.4
As Oracle annouced that new Oracle Enterprise Manager 13.4 release is now available for download! To download it, you can either visit the Oracle Enterprise Manager downloads page or visit the Oracle Software Delivery Cloud. We are going to upgrade from OEM 13.3 to OEM 13.4 with repository database 12.2.0.1. Prerequisites for Upgrading to Enterprise Manager Cloud Control […]
Steps to recover WebLogic Credential [OEM 12cR5]
In this post we will discuss the steps to decrypt WebLogic credential from Boot Properties. During OEM upgrade process when WebLogic password is required, if you have forget the password you can decrypt the WebLogic credential using below steps. 1.Go to your domain/bin directory where setDomainEnv.sh file present. oracle=>cd /u01/app/app00/cloudc/gc_inst/user_projects/domains/GCDomain/bin oracle=>ls -ltr total 60 drwxr-x—. […]
OEM Management Agent Installation Using Silent Method
This post explains about the steps are used by DBAs to install OEM agent using Silent Method. On the OMS host, you need to login using the EMCLI command [Note that SYSMAN password is required] oracle=>emcli login -username=sysman 2.oracle=>emcli sync Synchronized successfully Note Message should be “synchronized successfully” 3) List support platforms [Run it on […]