when i am doing dropped table reccovery
step1- the tablespace should be in recovery mode is it rite
step2 - the database should be in archivelog mode is it rite
step-3 - identify the dropped table and get it's DDL and note the dropped table id.
step4 - now restore the appropriate tablespace in the which the table is dropped
step5 - rollforward the database
step6 - now create the dropped table by using the...