PLS-00306: wrong number or types of arguments

Hi,

I got ” PLS-00306: wrong number or types of arguments ” error in PL/SQL.

 

 

PLS-00306: wrong number or types of arguments

 

Details of error are as follows.

ORA-06550: line 4, column 1:

PLS-00306: wrong number or types of arguments in call to 'PLC_MSD'

ORA-06550: line 4, column 1:

PL/SQL: Statement ignored

06550. 00000 -  "line %s, column %s:\n%s"

*Cause:    Usually a PL/SQL compilation error.



Cause: This error occurs when the named subprogram call cannot be matched to any declaration 
for that subprogram name. The subprogram name might be misspelled, a parameter might have 
the wrong datatype, the declaration might be faulty, or the declaration might be placed 
incorrectly in the block structure. For example, this error occurs if the built-in square 
root function SQRT is called with a misspelled name or with a parameter of the wrong datatype.


Action: Check the spelling and declaration of the subprogram name. Also confirm that its call
 is correct, its parameters are of the right datatype, and, if it is not a built-in function, 
that its declaration is placed correctly in the block structure.

 

 

PLS-00306

The PLS-00306: wrong number or types of arguments error is related with the named subprogram call cannot be matched to any declaration for that subprogram name

 

wrong number or types of arguments

To solve this error, Check the procedure name, the number of parameters, the types of the parameters, the parameter names and fix it if it is incorrect.

 

 

Do you want to learn Oracle SQL, then read the following articles.

Oracle SQL Tutorials For Beginners – Learn Oracle SQL from scratch with Oracle SQL Online Course

 

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

Leave a Reply

Your email address will not be published. Required fields are marked *