Hello, as we're having some problem of shared pool fragmentation with Oracle db:
ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^2524","kglseshtTable")
I wonder if and when SQLDataSource is *not* using bind variables (ie PreparedStatements), as it seems that this could lead to that problem (also an opinion on that would be welcome).
For instance, when using Velocity? Other cases?
ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^2524","kglseshtTable")
I wonder if and when SQLDataSource is *not* using bind variables (ie PreparedStatements), as it seems that this could lead to that problem (also an opinion on that would be welcome).
For instance, when using Velocity? Other cases?
Comment