Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Parameters

Re: Parameters

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/07/06
Message-ID: <962915039.12151.1.pluto.d4ee154e@news.demon.nl>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US