You are on page 1of 3

RECOVERY OF DROPPED TABLESPACE

STEP1:- Create the tablespace test.

STEP2:- Create a user and create a table in new tablespace.

STEP3:- Make a note of the current log sequence number.


RECOVERY OF DROPPED TABLESPACE

STEP4:- Take ab backup of the database and archivelogs.

STEP5:- Now login to the database and perform few logswitches and drop the tablespaces.

STEP6:- Now note down the current logsequence number.


RECOVERY OF DROPPED TABLESPACE

STEP7:- The logseq when the tablespace was dropped is 158 so we can recover upto logseq
157, so we use RMAN TSPITR technique to recover.

You might also like