Getting an Error “ORA-06502: PL/SQL: numeric or value error: character string buffer too small”
问题 I have a below Package which is giving error ORA-06502: PL/SQL: numeric or value error: character string buffer too small Please let me know what is going wrong here. CREATE OR REPLACE PACKAGE BODY PKG_H IS PROCEDURE PROC_SUBMIT_H ( Pout_Rqst_Id OUT NVARCHAR2, Pout_err_cd OUT VARCHAR2, Pout_err_msg OUT VARCHAR2, Pin_Rqst_Type_Id IN NUMBER, Pin_Attachment IN NVARCHAR2, Pin_Brand_Id IN NVARCHAR2, Pin_Prop_Id IN NVARCHAR2, -- Pin_Htl_Stat_Rqst_Typ_ID IN NUMBER, Pin_Orcl_Acct_Num IN NVARCHAR2, --