2 select * from user_tab_cols where table_name ='t_a';
当然查不到,除非你建表时候加了双引号加小写字母create table "t_a"
select * from user_tab_cols where table_name ='永远用大写';
你的表已经删除了
flashback table t_a to before drop; ------其他解决方案-------------------- 代码中缺少'/' 结束符 ------其他解决方案-------------------- 说明你的 @1.sql 里面代码没有正确结束! ------其他解决方案-------------------- 问题二: