Oracle的并行查詢是使用多個操作系統(tǒng)級別的Server Process來同時完成一個SQL查詢,本文講解Oracle數據庫并行查詢出錯的解決方法如下:
1、錯誤描述
1
ORA-12801: 并行查詢服務器P007中發(fā)出錯誤信號
2
ORA-01722:無效數字
3
12801.00000 -"error signaled in parallel query server %s"
4
*Cause: A parallel query server reached an exception condition.
5
*Action: Check the following error message for the cause,and consult your error manual for the appropriate action.
6
*Comment: This error can be turned off with event 10397,in which case the server's actual error is signaled instead.
2、錯誤原因
在添加并行時,出現錯誤
3、解決辦法
保證添加的并行和查詢中的保持一致,并且保證查詢參數跟數據庫表中的數據類型一致
更多信息請查看IT技術專欄