ORA-06502: PL/SQL: numeric or value error: character string buffer too small
執行存儲過程中報如下錯誤:ORA-06502: PL/SQL: numeric or value error: character string buffer too small 經過排查,發現是由於賦予變量的值超過了變量定義的長度。 定義的字符變量長度為3位: 實際上賦予變量 ...