August 2023

SCP to Transfer Files Between Linux Servers

SCP to Transfer Files Between Linux Servers

Introduction:Transferring files between Linux servers is a common task for system administrators and developers. One of the most efficient and secure ways to accomplish this is by using the SCP (Secure Copy Protocol) command. In this guide, we’ll walk you through the process of using SCP to transfer files from one server to another, complete …

SCP to Transfer Files Between Linux Servers Read More »

Create and Unlock a User in Oracle

Oracle Users Create & Unlock

Introduction In the world of database management, Oracle stands as one of the most robust and widely-used relational database systems. Managing user accounts efficiently is crucial for maintaining data security and integrity. In this blog post, we’ll walk you through the process of creating new users and unlocking existing ones in Oracle, complete with the …

Oracle Users Create & Unlock Read More »

Creating and Dropping an Undo Tablespace

Creating/Dropping an Undo Tablespace in Oracle Database

Introduction: In the realm of Oracle databases, managing storage and maintaining data integrity are crucial tasks. The Undo tablespace plays a pivotal role in maintaining transaction consistency and enabling data rollback. This SEO-friendly blog post will guide you through the process of creating and dropping an Undo tablespace in an Oracle database, complete with syntax …

Creating/Dropping an Undo Tablespace in Oracle Database Read More »

Creating a New User in Oracle Database

Creating a New User in Oracle Database

Are you new to Oracle Database and looking to learn how to create a new user? In this guide, we’ll walk you through the process of creating a new user in Oracle Database using the appropriate syntax. Creating a new user is an essential skill for database administrators and developers, so let’s get started! Step …

Creating a New User in Oracle Database Read More »

Enabling Archive Log Mode in Oracle 12c and Above

Enable Archive Log Mode in Oracle 12c and Above

Introduction: Enable Archive Log Mode in Oracle 12c and above is a crucial step to ensure data integrity, disaster recovery, and point-in-time recovery capabilities for your database. In this comprehensive guide, we’ll walk you through the process of enabling Archive Log Mode in Oracle 12c and above, providing step-by-step instructions and valuable insights to help …

Enable Archive Log Mode in Oracle 12c and Above Read More »

Create Local Yum Repository In Linux From ISO

Create Local Yum Repository In Linux From ISO

A local YUM repository in Linux is a collection of RPM (Red Hat Package Manager) packages stored on a local server or file system. YUM (Yellowdog Updater, Modified) is a package management tool commonly used in Red Hat-based Linux distributions like CentOS, Fedora, and Red Hat Enterprise Linux. It simplifies the process of installing, updating, …

Create Local Yum Repository In Linux From ISO Read More »

Install Oracle Linux 6 or any version in VM Virtual Box

Install Oracle Linux 6 or any version in VM Virtual Box

1. Download & Install Oracle Linux from the Link: https://www.oracle.com/in/virtualization/technologies/vm/downloads/virtualbox-downloads.html 2. Download any ISO file from the link: https://yum.oracle.com/oracle-linux-isos.htmlI have downloaded 6.8 version iso 3. Let’s create the Linux machine using the same ISO.Click on New for creating new virtual machine. 4. Now Put Name and create a folder naming PROD or any other name …

Install Oracle Linux 6 or any version in VM Virtual Box Read More »

Clean Temp and Junk Files from Windows

Clean Temp and Junk Files from Windows

To clean temp and junk files from Windows, you can use the built-in Disk Cleanup tool and manually deleting temporary files. It helps you remove various unnecessary files, including temporary files, system cache, old Windows updates, and more. Here’s how you can do it: 1. Cleaning Temp & Prefetch Files Press the Windows key + …

Clean Temp and Junk Files from Windows Read More »

Automate RMAN backup using Shell Script

RMAN Backup using ShellScript

In a real time, we will not take Oracle database backup manually everyday. Some of the tasks can be automated like RMAN backups. In this post, we will see how to automate RMAN backup using shellscript and I personally use shellscript for import/export, rman backup and for monitoring alerts. • Create Backup directory• Create RMAN …

RMAN Backup using ShellScript Read More »