[Oracle][ODP.NET] 執行 Procedure 時傳回錯誤訊息 ORA-06502: PL/SQL: numeric or value error: character string .

[Oracle][ODP.NET] 執行 Procedure 時傳回錯誤訊息 ORA-06502: PL/SQL: numeric or value error: character string .

瀏覽:680
日期:2025-04-28
using System.Data.Common; using Oracle.DataAccess.Client; OracleCommand cmd; String connectionString = "...."; OracleConnection con = new OracleConnection(connectionString); OracleParameter param1 = new OracleParameter("param1 ", OracleDbType ......看更多