Recover Tablespace
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,…
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,…
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…
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…
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>…
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.