Prepare

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
khajek
Posts: 1
Joined: Tue 07 Jun 2016 04:49

Prepare

Post by khajek » Tue 07 Jun 2016 04:59

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

alexa

Re: Prepare

Post by alexa » Tue 07 Jun 2016 14:03

We will investigate this issue and will answer you as soon as possible.

alexa

Re: Prepare

Post by alexa » Thu 09 Jun 2016 13:27

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.

Post Reply