當前位置:編程學習大全網 - 腳本源碼 - oracle中的策略函數是否有執行最大行數的限制

oracle中的策略函數是否有執行最大行數的限制

ORA-21780: Maximum number of object durations exceeded.

Cause: This typically happens if there is infinite recursion in the PL/SQL function that is being executed.

Action: User should alter the recursion condition in order to prevent infinite recursion.

根據上面的錯誤原因及采取的方法來看,可能是PL/SQL代碼中出現了遞歸情況,導致更新無限次的執行下去.

  • 上一篇:怎樣拍風光片
  • 下一篇:數學排列組合公式都有哪些
  • copyright 2024編程學習大全網