We've been getting reports back from our ORACLE DBAs that not all of our SQL statements are parameterized, but use string-literals. This is having an impact on statement caching. I'm still digging, but realized it might be that we use both Named Querys and Query Tags and that those might be handled differently ... at the database engine level.
Do query tags parameterize their SQL Statements differently than NamedQuerys