I use an TOracleDataset to make a query. Ramdomly I got ORA-1003 error when I open my dataset. I mean with the same query and the same parameters my query work and suddenly I got the ORA-1003 error once and if I try to reopen my query again, it work.
I use ORACLE 8.1.7 standard Edition server.
My oracle client is an old oracle 7.3.4 SQL*NET client.
I question Oracle about this problem. They explain me that one possible cause is that the OCI parse procedure return an error but DOA didn't report it so I got this message when I open my query.
Hase anyone any suggestion to solve the problem or to trace my execution to point out the exact error.
Thank you
I use ORACLE 8.1.7 standard Edition server.
My oracle client is an old oracle 7.3.4 SQL*NET client.
I question Oracle about this problem. They explain me that one possible cause is that the OCI parse procedure return an error but DOA didn't report it so I got this message when I open my query.
Hase anyone any suggestion to solve the problem or to trace my execution to point out the exact error.
Thank you