Skip to Main Content

SQL & PL/SQL

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!

flashbacking truncated table

472273Aug 27 2007 — edited Aug 27 2007
hi,
I created a table called "test" with some data and i truncated that table.
After that i used the following "flashback query" to get the truncated data.

SELECT * FROM test
AS OF TIMESTAMP(to_timestamp('27-aug-2007 18:17:08','DD-MON-YY HH24: MI: SS'));

but i am getting the following error.

"ORA-01466: unable to read data - table definition has changed"

is it possible to get back the truncated table?

cheers
RRK
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2007
Added on Aug 27 2007
6 comments
356 views