So many that Oracle CPU performance goes to hell. I'm told because it can't do all that hard parsing, because there are no "bind variables"
I am using FME Server 2012. There are 16 engines, each submit 2 queries per job to get the features it needs to process. At any given time there are 32 queries executing at once and by the end of an hour 250+ jobs will have to run. That is over 500 queries needing a hard parse. With CURSOR_SHARING set to EXACT, the CPU thrashes itself to death.
How can I get SQLCreator to use bind variables? Or should I use a reader and parameterize all the SQL for the Reader? Do readers force bind variables?
Brad