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 -> ora-01003

ora-01003

From: C Marc <cmarcoux_at_webnet.qc.ca>
Date: Sun, 10 Dec 2000 09:57:07 GMT
Message-ID: <TrIY5.554$Wd4.48738427@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 - 03:57:07 CST

Original text of this message

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