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

Home -> Community -> Usenet -> c.d.o.server -> Re: Identifier must be declared error

Re: Identifier must be declared error

From: Jeremy <newspostings_at_hazelweb.co.uk>
Date: Tue, 14 Sep 2004 17:02:15 +0100
Message-ID: <MPG.1bb126663550df48989d04@news.individual.net>


In article <5e66b3ce.0409140757.4db576e_at_posting.google.com>, Oliver McErlane says...
> Rather that using the Microsoft ODBC error for Oracle, I tried to use
> the Oracle ODBC driver, in order to append data to an
> Oracle db.
> Unfortunately, I get the error below (bottom of page)=3F.
> Does anyone know what changes that I may have to make to my Oracle
> stored procedure in order to make this work.
> I think that this may be a datatypes problem. Am I right?
>
> <%
> Provider=OraOLEDB.Oracle.1;Password=fir33xit;Persist Security
> Info=True;User ID=live;Data Source=laser"
>
> {call aoppack.getloodetails(?,{resultset 9, APPROVAL_DATE,
> ACCEPT_DATE, PRIOR_CONDS_MET_DATE })}
> OraOLEDB error '80040e14'
> ORA-06550: line 1, column 33: PLS-00201: identifier 'APPROVAL_DATE'
> must be declared ORA-06550: line 1, column 7: PL/SQL: Statement
> ignored
> /aop/grants/raiseaop.asp, line 66
> %>
>

I think you need to post here the pl/sql that is being executed.

-- 

jeremy
Received on Tue Sep 14 2004 - 11:02:15 CDT

Original text of this message

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