Re: ora-01003

From: Cliff Dabrowski <cliffdw_at_my-deja.com>
Date: Sun, 10 Dec 2000 16:19:42 GMT
Message-ID: <y2OY5.139629$hD4.35277556_at_news1.rdc1.mi.home.com>


Claire,

[Quoted] [Quoted] You are trying to execute a "statement" on the database but no "statement" was parsed. So in other words you are expecting the database to do something [Quoted] but you did not "tell" it what to do.

[Quoted] Post the code or tell us more about what you are doing.

Hth,

Cliff

"C Marc" <cmarcoux_at_webnet.qc.ca> wrote in message news:dsIY5.555$Wd4.48738508_at_news1.mtl.metronet.ca...
> Hi.
>
> Always get this message, and I can't figure what it mean.
>
> ORA-01003 no statement parsed
>
> Cause: A host language program call referenced a cursor with no associated
> parsed SQL statement. A SQL call (for example, OSQL3) must be used to pass
 a
> SQL statement to Oracle and to associate the statement with an open
 cursor.
> A cursor must already have an associated SQL statement if referenced in
 any
> of the following calls: DESCRIBE, NAME, DEFINE, BIND, EXECUTE,and FETCH.
> Action: Do the SQL call, for example, OSQL, to pass the required SQL
> statement before referencing the cursor.
>
> Thanks for help
>
> Claire
>
> Reply
> cmarcoux_at_webnet.qc.ca
>
>
Received on Sun Dec 10 2000 - 17:19:42 CET

Original text of this message