Case 4: Lost datafile and No backup (When database abnormal terminated)
Step 1 Startup the database with mount option SQL> startup mount Step 2 Recreate datafile SQL> alter database create datafile ‘’ as ‘’ size ;…
Step 1 Startup the database with mount option SQL> startup mount Step 2 Recreate datafile SQL> alter database create datafile ‘’ as ‘’ size ;…
Step 1 offline the datafile SQL> alter database datafile ‘’ offline; Step 2 Create datafile SQL> Create database create datafile ‘’ as ‘’ size ;…
This scenario deal with a situation where data file has gone missing or corrupted and databases already open. If the database is already open when…
This scenario deal with a situation where data file has gone missing or corrupted at the time of open the database. This scenario deals with…
Use the RMAN RESTORE command to restore the following types of files from copies on disk or backups on other media: • Database (all datafiles)…
Complete Recovery Complete recovery can be done with the database OPEN unless the SYSTEM or UNDO tablespaces are damaged (this will terminate the instance). When…
On startup Oracle must read the control file in order to find out where the datafiles and online logs are located. Oracle expects to find…
When a current redo log is lost, the transactions in the log file are also lost before making to archived logs. Since a DB startup…
If a redo log is missing, it should be restored from a Cold backup (if redo log backup available in Sunday Cold Backup) if possible.…
If a redo log is missing, it should be restored from a multiplexed copy, if possible. Here’s an example, where I attempt to startup from…
Please confirm you want to block this member.
You will no longer be able to:
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.