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

Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-01001 => Help !!!

Re: ORA-01001 => Help !!!

From: <rock_cogar_at_my-deja.com>
Date: Wed, 27 Oct 1999 13:37:54 GMT
Message-ID: <7v6v7i$t6h$1@nnrp1.deja.com>


Try moving down one level to determine at what level the problem exists. I would suggest writing some test code using a similar cursor in PL/SQL and run it from SQL+. If that works then the problem is probably in the interface code between C and Oracle (ODBC ?).

In article <01bf2064$824bfe20$1c116ac1_at_n18>,   "JPK" <jpkeim_at_dial.oleane.com> wrote:
> Hi,
>
> I have to re-write some old softs (in C) using Oracle (an old
version).
>
> I have to use ORACLE 8i.
>
> I'm new with oracle (8i) and I have a problem with a cursor :
>
> => I open my connection
> => I open my cursor (oopen)
> => I parse with the request (oparse)
> => I bind my data (obndrv)
> => I execute (oexec)
>
> No problem until here...
>
> => I commit ! (ocom)
> then it returns "-1001" instead of "0".
> I don't understand why... All my modifications are correctly done
but
> "commit" give this error.
>
> Can you tell me something about that ?
> => I have two cursors in this soft.
> => ORACLE 8i has been recently installed, is there a possibility of a
bad
> installation ?
>
> thank you.
>
> JPK
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Oct 27 1999 - 08:37:54 CDT

Original text of this message

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