ORA-13767: End snapshot ID must be greater than begin snapshot ID.
Cause: The user attempted to select data from the workload repository using an invalid snaphot ID range.
Action: Adjust the snapshot ID range and retry the operation.
ORA-13767:End Snapshot ID必须大于Begin Snapshot ID.
1.检查开始快照标识符(Begin Snapshot ID)和结束快照标识符(End Snapshot ID)是否正确。
2.如果Begin Snapshot ID大于End Snapshot ID,则应更改它们的值,使其 Begin Snapshot ID 小于等于 End Snapshot ID。
3.重新执行FLASHBACK_TRANSACTION_QUERY语句,这时不应再出现ORA-13767错误。