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. 也可以使用替代的方法,如查询历史数据或使用已有的备份。