Page 1 of 1

Prepare

Posted: Tue 07 Jun 2016 04:59
by khajek
Hi,
I watched network traffic and figured out that OracleCommand.Prepare is called for each command even when I don't call the Prepare function. So prepare and command generated two different calls to the database although Oracle is supporting to send Prepare and the command itself within one database call. So my questions are - how can I eliminate the unneccessary prepare call and when I need it in certain cases, is there a possibility to send prepare and the command within one single call to the database?
regards
Karl

Re: Prepare

Posted: Tue 07 Jun 2016 14:03
by alexa
We will investigate this issue and will answer you as soon as possible.

Re: Prepare

Posted: Thu 09 Jun 2016 13:27
by alexa
Could you please provide us a concrete example of the problem?

Also, please provide us the full name of the product you are referring to.