文档解释
ORA-08197: Flashback Table operation is not supported on clustered tables
Cause: An attempt was made to perform Flashback Table operation on a clustered table. This is not permitted.
Action: Do not perform a Flashback Table operation on clustered tables.
ORA-08197 是 Oracle 数据库错误消息,表明用户不能对聚簇表执行 Flashback 操作。
官方解释
常见案例
正常处理方法及步骤
1. 如果要执行 Flashback 操作,您可以把聚簇表转换为非聚簇表,然后使用 Flashback Table 功能。
2. 也可以使用替代的方法,如查询历史数据或使用已有的备份。
查看更多关于ORA-08197: Flashback Table operation is not supported on clustered tables ORACLE 报错的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did246879