Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用闪回时出错;我正在使用 oracle SQL
我删除了调用的表fixer 然后我想取回它,所以我使用闪回,但我在下面遇到错误,
fixer
错误从命令中的第 52 行开始 - 闪回错误报告 - ORA-00905:缺少关键字 00905. 00000 - “缺少关键字” *原因: *操作:
干杯
取回表格的正确语法是:
flashback table fixer to before drop;
我想,to您的陈述中可能缺少关键字:
to
flashback table fixer before drop; 并因此而ORA-00905提出。
flashback table fixer before drop;
并因此而ORA-00905提出。
ORA-00905