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

Home -> Community -> Mailing Lists -> Oracle-L -> Invalid number of arguments

Invalid number of arguments

From: <Roland.Skoldblom_at_ica.se>
Date: Thu, 10 May 2001 04:50:16 -0700
Message-ID: <F001.002FF0C5.20010510043552@fatcity.com>

Hallo,

I have a procedur, and when i compile it I get the erro rmessage "Invalid number of arguments in call..."

It stops at the line:

vDELIVERY_STOP_DATE:= lpad(nvl(recCursor.DELIVERY_STOP_DATE,0),8,'0');

The datatype declaration in pl/sql is varchar2 for the field but in the database it is datatype DATE for that corresponding field.

What should I do to solve this problem?

Roland Sköldblom

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Roland.Skoldblom_at_ica.se

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu May 10 2001 - 06:50:16 CDT

Original text of this message

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