ORA-13637: Executing or modifying task string is disallowed until the task is reset to its initial state. ORACLE 报错 故障修复 远程处理
文档解释
ORA-13637: Executing or modifying task string is disallowed until the task is reset to its initial state.
Cause: The user attempted to execute or modify the task that is in not in its INITIAL state.
Action: Reset the task and retry the operation.
ORA-13637代表任务字符串未重置到初始状态,因此不允许执行或修改。它是Oracle的一种数据库级错误。
官方解释
这个错误表明要执行或修改任务字符串,该任务必须重置为其初始状态。
常见案例
ORA-13637在执行或编辑调度作业时通常会发生。这意味着必须重置任务字符串到它们的初始状态,然后才能执行或编辑调度任务。
正常处理方法及步骤
1. 在需要执行更改时,必须首先重置任务字符串到它们的初始状态,然后才能进行更改。
2. 重置任务可以通过使用Oracle的DBMS_SCHEDULER.RESET_TASK_STRING函数来完成。
3. 在任务被重置后,可以编辑/更改/重新存储作业。