<div>Hi everyone.<br></div><div><br></div><div>I did some research and found a strange thing. Hope I&#39;m wrong, but...</div><div>It seems to me that when mapserver fetches data from the database, all parameters for where clause of the query string (for example coordinates for MDSYS.SDO_ORDINATE_ARRAY() procedure) are string literals and not oracle&#39;s bind variables. This forces the DB to &quot;hard parse&quot; every query from mapserver. But hard parse of the query is very CPU intensive process, so data fetching is slower than it could be.</div>

<div>Can anyone confirm this, and if so, is there a workaround of such a problem?</div><div><br></div><div>Regards, Michael</div>