Skip to content
Advertisement

oci_execute(): ORA-06550: PLS-00306: wrong number or types of arguments in call to ‘GET_CITIZEN_INFO’

My PHP code:

JavaScript

My procedure

JavaScript

Error

JavaScript

I am proving correct number of argument so what seems to be wrong here?

Advertisement

Answer

You are providing the correct number of arguments, but not necessarily the correct type of arguments. You might need to specify at least the first and last parameter types:

JavaScript

docs

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement