patch back the flashback table/tenant/database/index(without flashback to scn)

This commit is contained in:
hnwyllmm
2022-02-14 10:53:44 +08:00
committed by LINxiansheng
parent a15a151dae
commit ac82728867
29 changed files with 989 additions and 67 deletions

View File

@ -1,4 +1,13 @@
flashback table t1 to before drop;
flashback table t1 to before drop rename to t2;
flashback database db1 to before drop;
flashback database db1 to before drop rename to db2;
flashback schema db1 to before drop;
flashback schema db1 to before drop rename to db2;
flashback tenant tenant1 to before drop;
flashback tenant tenant1 to before drop rename to tenant2;
purge table t1;
purge database db1;