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!

truncate as of timestamp

582889Mar 13 2011 — edited Mar 13 2011
Hello

If I truncate a table accidentally, can I again see the data using :
select * from 
(select * from emp where ept=10)
AS OF TIMESTAMP SYSDATE – 1;
Oracle 9.2.0.8
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2011
Added on Mar 13 2011
2 comments
503 views