ORA-13665: Execution names are not correctly ordered.
Cause: The supplied execution names were not properly ordered by execution start date.
Action: Retry by supplying a valid order.
ORA-13665 用于指示在检索执行过程列表时未按正确顺序排列执行名称。
1. 确保执行者名称排序正确。
2. 检查数据库表中的执行过程是否按字母顺序排列。
3.使用“ORDER BY”选项对执行者名称进行排序。
4.重新查询执行过程,以确保排序正确。