Skip to content

Root Fan

Linux & Oracle DBA Blog

  • Home
  • Contact
  • About
  • Index

Tag: rman

Posted on August 25, 2024August 25, 2024

RMAN Script to Take Full Database Backup Plus Archivelog

photo of thunderstorm

You can use this RMAN script to create a backup of an Oracle database and save it to a specified destination.

It is important that the BACKUP_BASE_PATH exists and the ORACLE_SID is replaced in the script.

The script will create a folder inside of BACKUP_BASE_PATH with the ORACLE_SID.

Continue reading “RMAN Script to Take Full Database Backup Plus Archivelog”
Posted on March 16, 2024March 17, 2024

RMAN Level 0 and Level 1 Backup Script

brown wooden floor

In this article I show you how to backup your Oracle database using a bash script.

You will use 3 files for the RMAN backup.

You execute it like that to generate a level 0 backup for your SID:

./rman_backup.sh -d {SID} -l 0

For level 1 backup you should execute it like that

./rman_backup.sh -d {SID} -l 1
Continue reading “RMAN Level 0 and Level 1 Backup Script”

Posts pagination

Previous page Page 1 Page 2 Page 3 Next page

Unmissable Posts

  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • How to Check PDB Status in Oracle
  • Implementing Transparent Data Encryption in Oracle 19c Step by Step
  • How to Change AWR Retention Period in Oracle Database
  • Step by Step Data Guard Broker Configuration in Oracle 19c

Recent Posts

  • Exadata Storage Index
  • Top 7 Oracle Wait Events Explained
  • Exadata Smart Flash Cache
  • Oracle Exadata Smart Scan
  • Exadata HCC Compression

Categories

  • Apache
  • Exadata
  • Firewall
  • Linux
  • Oracle
  • Postfix
  • Security
  • Ubuntu

Unmissable posts

  • How to Check PDB Status in Oracle
  • Implementing Transparent Data Encryption in Oracle 19c Step by Step
  • How to Change AWR Retention Period in Oracle Database
  • Step by Step Data Guard Broker Configuration in Oracle 19c
  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • Exadata Storage Index
  • Top 7 Oracle Wait Events Explained
  • Exadata Smart Flash Cache
  • Oracle Exadata Smart Scan
  • Exadata HCC Compression

Categories

  • Apache
  • Exadata
  • Firewall
  • Linux
  • Oracle
  • Postfix
  • Security
  • Ubuntu

en_US EN
en_US EN

  • Facebook
  • Twitter
  • Email
Privacy Policy Proudly powered by WordPress