Case 2: All members of a log group lost
In this case an incomplete recovery is the best we can do. We will lose all transactions from the missing log and all subsequent logs.…
In this case an incomplete recovery is the best we can do. We will lose all transactions from the missing log and all subsequent logs.…
Incomplete recovery uses a backup to produce a non-current version of the database. In other words, you do not apply all of the redo records…
To recover from a case of a dropped tablespace, the Tablespace Point In Time Recovery (TSPITR) method cannot be used. When you drop a tablespace,…
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…
What if you lose all your control files? In that case you have no option but to use a backup control file. The recovery needs…
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…
Step 1 Restore database and mount the database Step 2 Recover the database SQL> recover database using backup controlfile; Step 3 Check file status SQL>…
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…
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.