ora-01003

ora-01003

 

  

Gentlemen,

I didn't make myself clear. What is the meaning of ora-01003 when you
look it up in oracle messages? Is this something the systems programmer
is going to have to look at? I'm the application programmer and my part
of this 'collection' of packages/procedures runs to a good end. However,
somewhere else down the line 'something' fails. In fact, my application
writes to the files it's supposed to write.

Thanks,





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.






Oracle LazyDBA home page