select versions_xid,versions_startscn,versions_endscn,id from t11 versions between timestamp(systimestamp - interval '15' minute) and maxvalue
ERROR at line 1:
ORA-01466: unable to read data - table definition has changed
ORA-01466 执行闪回操作,查询15 分钟之前的数据,报如下错误:说明 15 分钟前这个表是不存在的
最新推荐文章于 2022-08-11 17:28:51 发布