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 ;…
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…
Recovery manager is a platform independent utility for coordinating your backup and restoration procedures across multiple servers. Create Recovery Catalog • First create a user…
RMAN can invoked from the command line on the database host machine like so: C:>rman target sys/sys_password Recovery Manager: Release 9.2.0.1.0 – Production Copyright (c)…
Deciding Whether to Use RMAN with a Recovery Catalog By default, RMAN connects to the target database in NOCATALOG mode, meaning that it uses the…
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…
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.