Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to recover dropped table

user00726May 5 2008 — edited May 9 2008
i want o know how to recover a dropped table from archived logs.....

below are some of the steps i have performed but could n;t able to recover it...

sql>select * from test.tt;
sql>drop table test.tt;

then

rman target username/passowrd@string
rman>restore database;

sql>startup mount
sql>set autorecovery on
sql>recover database;
sql>recover database until time '2008-05-05:12:24:00';


but when i check the table it gives an error
'table or view doesn' exist...

pls help me.....
sql>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2008
Added on May 5 2008
20 comments
2,416 views