Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Parameters
This has nothing at all to do the with the maximum number of parameters. The
message is saying either the number of parameters in your actuall call to
the procedure doesn't match it's definition, or there is a type mismatch
somewhere.
You'll need to review your code carefully.
Hth,
Sybrand Bakker, Oracle DBA
"Hugo Turcotte" <hugo_turcotte_at_uqtr.uquebec.ca> wrote in message
news:3964E240.6955068_at_uqtr.uquebec.ca...
> How many parameters can i put in the head of a procedure?
>
> Because i always receive these error :
>
> Error occured while accessing
> "/larepe_prot/plsql/larw001"
> at Jeu Jul 06 15:49:09 2000
>
> OWS-05101: Execution failed due to Oracle error 6550
> ORA-06550: line 1, column 99:
> PLS-00306: wrong number or types of arguments in call to 'LARW001'
> ORA-06550: line 1, column 99:
> PL/SQL: Statement ignored
>
> PL/SQL Cartridge SERVICE: larepe_prot
> PROCEDURE: larw001
>
>
> Thank you
>
Received on Thu Jul 06 2000 - 00:00:00 CDT
![]() |
![]() |