filmov
tv
RMAN Recovery Scenario - Tablespace Restore and Recovery - All the Datafiles of TS lost or Corrupt
![preview_player](https://i.ytimg.com/vi/dS0rvi-TqZA/maxresdefault.jpg)
Показать описание
ALL DATAFILES OF A TABLESPACE GOT CORUPTED / LOST
===============================================
Scenario 1: Database NOT Open
Scenario 2: Database is Open
Scenario 1: Database NOT Open
===========
set lines 1000
col FILE_NAME for a50;
select FILE_NAME, TABLESPACE_NAME from dba_data_files order by 2 desc;
startup mount
rman target /
restore tablespace users;
recover tablespace users;
alter database open;
Scenario 2: Database is Open
===========
ALTER TABLESPACE USERS OFFLINE IMMEDIATE;
rman target /
RESTORE TABLESPACE USERS;
RECOVER TABLESPACE USERS;
alter tablespace users online;
#RMAN #Tablespace #TablespaceRestore #TablespaceRecovery #AllDatafilesOfTSLost #TS #Backup #Restore #Recovery #Oracle #RAC #Database #Exadata #ASM
Please do follow me and support me on,
Skype: malluramadurg
Regards,
Mallikarjun Ramadurg
Mobile: +91 9880616848
WhatsApp: +91 9880616848
Skype: malluramadurg
===============================================
Scenario 1: Database NOT Open
Scenario 2: Database is Open
Scenario 1: Database NOT Open
===========
set lines 1000
col FILE_NAME for a50;
select FILE_NAME, TABLESPACE_NAME from dba_data_files order by 2 desc;
startup mount
rman target /
restore tablespace users;
recover tablespace users;
alter database open;
Scenario 2: Database is Open
===========
ALTER TABLESPACE USERS OFFLINE IMMEDIATE;
rman target /
RESTORE TABLESPACE USERS;
RECOVER TABLESPACE USERS;
alter tablespace users online;
#RMAN #Tablespace #TablespaceRestore #TablespaceRecovery #AllDatafilesOfTSLost #TS #Backup #Restore #Recovery #Oracle #RAC #Database #Exadata #ASM
Please do follow me and support me on,
Skype: malluramadurg
Regards,
Mallikarjun Ramadurg
Mobile: +91 9880616848
WhatsApp: +91 9880616848
Skype: malluramadurg
RMAN Recovery Scenario - Tablespace Restore and Recovery - All the Datafiles of TS lost or Corrupt
RMAN Recovery Scenario - system datafile corrupted or lost - What to do?
Oracle Tablespace Point-In-Time-Recovery | TS-PITR (Part 1)
RMAN Recovery Scenario - Few Blocks in Datafile got corrupted - How to Restore Corrupted Blocks?
RMAN Recovery Scenario - SYSAUX datafile corrupted or lost - What to do?
RMAN Recovery Scenario - How to restore Database When All Datafiles Were Lost for Standalone DB
RMAN Recovery Scenario - How to restore Database When Controlfile Were Lost for Standalone DB
RMAN: How to recover from a loss of a temporary tablespace
Recovery of a droped tablespace with RMAN
What is Table Point In Time Recovery (PITR) in Oracle
Oracle Tablespace Point-In-Time-Recovery | TS-PITR (Part 2)
RMAN Recovery Scenario -Datafile Lost or Datafile Corrupt – How to restore & Recover the Datafil...
RMAN Backup and Restore, Recovery Scenarios Completed Guide - RMAN Restore Series
RMAN command to Backup Oracle database and recovery | Oracle DBA Tutorial
Oracle 19c | RMAN Recovery Scenarios Overview | Oracle Database Backup and Recovery - Session 4!
RMAN Recovery Scenarios Session - 4
RMAN Recovery Scenario - How to restore Database When Controlfile Were Lost for ASM Oracle Restart
Performing RMAN Tablespace Point in Time Recovery TSPITR
Recover table using RMAN
RMAN #1: Backup and Recovery | RMAN database & Archivelog Backup | RMAN Level-0 & Level-1 ba...
How to restore tablespace in case of NO backup?
#31 Tablespace Point in Time Recovery in Oracle
Oracle RMAN Backup & Restore LAB
Oracle DB 12c - PDB Point in Time Recovery
Комментарии