Database Blog

Backup and Restore validation for Oracle database in OCI console

Introduction: Oracle Cloud Infrastructure (OCI) offers robust tools and features that allow database administrators to manage backups and restores efficiently. Ensuring that data is securely backed up and easily restorable…

Read More

Steps to apply and rollback patch in OCI console

Introduction : Maintaining the security and performance of your Oracle Database is crucial, and applying patches is a key aspect of this maintenance. Oracle Cloud Infrastructure (OCI) simplifies the process…

Read More

How to upload the backup files to OCI Archival storage using MV2bucket

Introduction : Oracle database automated backups are stored in Oracle Managed Object Store Buckets in OCI. This blog covers step by step process to Upload the database backup files from…

Read More

Steps to delete the Inactive Patches in Oracle Database

Please follow the below steps to delete the same.   cd $ORACLE_HOME/OPatch ./opatch util listorderedinactivepatches -silent ./opatch util deleteinactivepatches -silent ./opatch util listorderedinactivepatches -silent

Read More

Monitoring and Managing Streaming Replication in PostgreSQL

Streaming replication in PostgreSQL is a vital feature for ensuring data availability and redundancy. Once your primary and standby servers are set up, it’s essential to monitor the replication status…

Read More

PostgreSQL Master and Slave Configuration Guide: Implementing Streaming Replication

PostgreSQL’s streaming replication is a powerful feature that allows real-time data replication from a primary database server (master) to one or more standby servers (slaves). This guide will take you…

Read More

Integrating Active Directory (AD) with a Linux Instance

Introduction         Integrating our Linux instances with Microsoft Active Directory (AD) can streamline user management, here will walk you through the steps needed to integrate a Linux…

Read More

Simplify Cloud Automation: How to Use Terraform with OCI Stacks

Introduction In Oracle Cloud Infrastructure (OCI), the OCI Stack provides a powerful and streamlined way to manage infrastructure with Terraform directly from the OCI Console. In this document, we will…

Read More

RAC Node Addition Steps

RAC Node Addition Steps At Present we are having 2 node Rac Environment , we are going to add Node3 .. RAC – Node Addition 1)Assigning IP address in all…

Read More

Configuring Oracle E-Business Suite REST Services in EBS R12.2.1

Configuring Oracle E-Business Suite REST Services in EBS R12.2.1   Configuring Oracle E-Business Suite Integrated SOA Gateway for REST Services Note: Ensure that your Oracle E-Business Suite instance is on…

Read More