PL/SQL Developer调试与存储过程编译错误:PLS-00103: Encountered the symbol “(“ when expecting one of the followin
1.PL/SQLDeveloper调试在存储过程名称上右键选择Edit:弹出调试窗口,和存储过程编译错误信息:2.原因分析上述报错原因在于存储过程的入参和出参都不能指定大小和错误使用关键字declare,修改后正确代码如下:createprocedureBranchBalanceSum(s_dateinchar)asall_balancenumber;v_bran_novarchar2(10);v