ORA-06502 PL/SQL: numeric or value error string
ORA-06502: PL/SQL: 數字或值錯誤: 字元字串緩衝區太小ORA-06512: 在 "SFIS1.CHECK_ROUTE", line 31ORA-01403: 沒有找到資料ORA-06512: 在 "SFIS1.TEST_INPUT_SMTICT_Z", line 75ORA-01403: 沒有找到資料ORA-06512: 在 line 1******
導致的原因應該是你使用了
select into但是根據條件,沒有找到記錄,所以觸發no_data_found錯誤,而且你的procedure裡面應該沒有錯誤處理,提出了不能處理的異常狀況 ORA-06502. 這個錯誤資訊。
ORA-06502 PL/SQL: numeric or value error string
Cause: An arithmetic, numeric, string, conversion, or constraint error occurred. For example, this error occurs if an attempt is made to assign the value NULL to a variable declared NOT NULL, or if an attempt is made to assign an integer larger than 99 to a variable declared NUMBER(2).
Action: Change the data, how it is manipulated, or how it is declared so that values do not violate constraints.你還是得想辦法找到出錯的時候,究竟程式得到的值是什麼?當你將這個值賦予一個變數或者賦予一個欄位時,出現不匹配或者不滿足約束的錯誤。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-84528/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-06502: PL/SQL: numeric or value error: character to number conversion error錯誤的解決方法SQLError
- 查LOB文字內容報錯ORA-06502: numeric or value error: character string buffer..Error
- java.sql.SQLException: Incorrect string valueJavaSQLException
- a-numeric-string-as-array-key-in-PHPPHP
- ERROR getting 'android:label' attribute: attribute is not a string valueErrorAndroid
- ORA-06502: PL/SQL: 數字或值錯誤 : 字串緩衝區太小SQL字串
- JSON parse error: Cannot deserialize value of type `java.time.LocalDateTime` from StringJSONErrorJavaLDA
- MySQL ERROR 1366(HY000):Incorrect string value:''for column''at row 1解決方案MySqlError
- MySQL 亂碼實戰解決ERROR 1366 (HY000): Incorrect string value: 'MySqlError
- ORA-06544:PL/SQL:internal error,arguments:[56319]SQLError
- Error: Attribute application@label value=(@string/appname) from AndroidManifestErrorAPPAndroid
- decimal 和 numeric (Transact-SQL)DecimalSQL
- How to convert a numeric value or currency to English words using C#C#
- PL/SQLSQL
- Syntax error, unrecognized expression: li[value=]ErrorZedExpress
- 生成awr報告時報ORA-06502: PL/SQL: 數字或值錯誤 : 字串緩衝區太小SQL字串
- SQL&PL/SQL (轉)SQL
- PL/SQL 宣告SQL
- PL/SQL cursorSQL
- PL/SQL打包SQL
- PL/SQL DEVSQLdev
- Oracle PL/SQLOracleSQL
- 【MySQL】Incorrect string value 問題一則MySql
- 使用PL/Scope分析PL/SQL程式碼SQL
- PLSQL Language Reference-PL/SQL概覽-PL/SQL架構SQL架構
- [PL/SQL]10g PL/SQL學習筆記(一)SQL筆記
- [PL/SQL]10g PL/SQL學習筆記(二)SQL筆記
- [PL/SQL]10g PL/SQL學習筆記(三)SQL筆記
- PL/SQL 迴圈SQL
- PL/SQL 遊標SQL
- PL/SQL 運算子SQL
- PL/SQL 條件SQL
- pl/sql to_dateSQL
- PL/SQL 基礎SQL
- Oracle PL/SQL INDICESOracleSQL
- PL/SQl Developer使用SQLDeveloper
- pl/sql陣列SQL陣列
- pl/sql練習SQL