PLS-00306 Wrong number of types of arguments in call to 'Stored Procedure'
274
Views
1 Answers
I get the following error when I tried to execute a stored procedure. Error report: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to "STORED pROCEDURE" ORA-06550: line 1, column 7: PL/SQL: Statement ignored 06550. 00000 - "line %s, column %s:\n%s" *Cause: Usually a PL/SQL compilation error. *Action:
Try declaring and assigning the return value before you assign the input parameters.
edit | flag
Gokul A Answered on: Feb 08, 2012 at 3:39AM
Post your Answer
Search
Welcome to Ask Amoeba! This is 100% free and interactive site for sharing professional Questions and Answers, Opensource projects, Interview questions. Learners, beginners, Experts stop and share your knowledge and ideas!