Skip to content

Root Fan

Linux & Oracle DBA Blog

  • Home
  • Contact
  • About
  • Index

Tag: level1

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”

Unmissable Posts

  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • Step by Step Data Guard Broker Configuration in Oracle 19c
  • How to Change AWR Retention Period in Oracle Database
  • Oracle 19c Data Guard Configuration Step by Step
  • RMAN Level 0 and Level 1 Backup Script

Recent Posts

  • PostgreSQL Performance Tuning: How to Optimize Your Database Server
  • PostgreSQL SQL Tuning: How to Find and Fix Slow Queries
  • Oracle Exadata vs ExaCC vs ExaCS
  • Oracle Query to Check RMAN Backup Status
  • PostgreSQL Monitoring: How to Keep Your Database Healthy

Categories

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

Unmissable posts

  • Oracle 19c Data Guard Configuration Step by Step
  • PostgreSQL Performance Tuning: How to Optimize Your Database Server
  • PostgreSQL SQL Tuning: How to Find and Fix Slow Queries
  • Top 7 Oracle Wait Events Explained
  • How to Change Processes Parameter in Oracle 19c RAC
  • PostgreSQL Performance Tuning: How to Optimize Your Database Server
  • PostgreSQL SQL Tuning: How to Find and Fix Slow Queries
  • Oracle Exadata vs ExaCC vs ExaCS
  • Oracle Query to Check RMAN Backup Status
  • PostgreSQL Monitoring: How to Keep Your Database Healthy

Categories

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

English EN
English EN
Spanish ES French FR

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