linux

Multiplexing of control files

Multiplexing of Control Files

Introduction In Oracle database management, ensuring the integrity and availability of control files is crucial. Multiplexing of control files is a vital step in safeguarding against potential failures. This process involves creating multiple copies of control files and storing them in separate locations, reducing the risk of data loss due to a control file failure. …

Multiplexing of Control Files Read More »

ORA-12012: error on auto execute of job SYS.ORA$AT_OS_OPT_SY_

ORA-12012: error on auto execute of job SYS.ORA$AT_OS_OPT_SY_

Introduction ORA-12012 error is related to Oracle Database and is part of the Oracle Job Scheduler (DBMS_SCHEDULER). It usually occurs when an automatic task or job execution encounters an issue. The error message you’re seeing, “ORA$AT_OS_OPT_SY_<number>,” is specific to the job causing the problem. During the 12c database creation process , you can see ORA-12012 …

ORA-12012: error on auto execute of job SYS.ORA$AT_OS_OPT_SY_ Read More »

Linux Directory Structure

Linux Directory Structure

Introduction In the vast realm of Linux, understanding the directory structure is to comprehending the blueprint of a city. Just as every building has its specific purpose, every directory in Linux serves a distinct role. In this blog, we’ll dive into the intricacies of the Linux directory structure, shedding light on its organization and significance. …

Linux Directory Structure Read More »

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 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 »

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 »

FRA in Oracle

FRA In Oracle

In the context of Oracle, FRA stands for “Flash Recovery Area.” It is a feature introduced in Oracle Database 10g that provides a centralized and automated location for managing backup and recovery-related files. The FRA simplifies the backup and recovery process by managing backup files, archived redo logs, and other recovery-related files, making it easier …

FRA In Oracle Read More »

Linux File & Directory Permissions

Linux Permissions for Files & Directory

In Linux file & directory permissions are crucial for maintaining security and controlling access to files and directories. Linux uses a permission system based on three levels of access: read (r), write (w), and execute (x). These permissions are defined separately for three types of users: the file owner, the group associated with the file, …

Linux Permissions for Files & Directory Read More »