Re: v$sql - executions vs loads vs invalidations
- From: Gerry Miller <gerry@xxxxxxxxxxxxxxxxxxx>
- To: oracle@xxxxxxxxxxxxxxx
- Date: Wed, 02 May 2012 21:37:05 +1000
Evening Norman, I suspect you are correct. Regards Gerry Norman Dunbar wrote: Morning Gerry, On 02/05/12 08:31, Gerry Miller wrote: AsI mentioned in my reply to Carlos, there are over 6000 such queries in theshared pool, each with the structure: SELECT<schema_name>.<table_name>.*, rowid from<schema>.<table_name> WHERE1=0; I think I should quiz the developers as to what they are trying to do with these queries. I've seen something like that before. I used to work in a software house where Uniface was the development tool of choice. It was diabolical, but excellent for "database agnostic" applications as it used the best of each database. Anyway, before a "table" could be used, it had to be "opened". The query there was "select * from schema.table" which was parsed only, but never executed. If the parse failed, then the table probably didn't exists and the application would report a problem. I suspect your queries above are something similar? Cheers, Norm. -- http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- Re: v$sql - executions vs loads vs invalidations
- From: Subodh Deshpande
- Re: v$sql - executions vs loads vs invalidations
- References:
- v$sql - executions vs loads vs invalidations
- From: Gerry Miller
- Re: v$sql - executions vs loads vs invalidations
- From: GG
- Re: v$sql - executions vs loads vs invalidations
- From: Jonathan Lewis
- Re: v$sql - executions vs loads vs invalidations
- From: Gerry Miller
- Re: v$sql - executions vs loads vs invalidations
- From: Norman Dunbar
- v$sql - executions vs loads vs invalidations
Other related posts:
- » v$sql - executions vs loads vs invalidations - Gerry Miller
- » Re: v$sql - executions vs loads vs invalidations - Norman Dunbar
- » Re: v$sql - executions vs loads vs invalidations - GG
- » Re: v$sql - executions vs loads vs invalidations - Jonathan Lewis
- » Re: v$sql - executions vs loads vs invalidations - Carlos Sierra
- » Re: v$sql - executions vs loads vs invalidations - Gerry Miller
- » Re: v$sql - executions vs loads vs invalidations - GG
- » Re: v$sql - executions vs loads vs invalidations - Gerry Miller
- » Re: v$sql - executions vs loads vs invalidations - GG
- » Re: v$sql - executions vs loads vs invalidations - Subodh Deshpande
- » Re: v$sql - executions vs loads vs invalidations - Gerry Miller
- » RE: v$sql - executions vs loads vs invalidations - Terry Sutton
- » Re: v$sql - executions vs loads vs invalidations - Gerry Miller
- » Re: v$sql - executions vs loads vs invalidations - Gerry Miller
- » Re: v$sql - executions vs loads vs invalidations - Gerry Miller
- » Re: v$sql - executions vs loads vs invalidations - Norman Dunbar
- » Re: v$sql - executions vs loads vs invalidations - Gerry Miller
- » Re: v$sql - executions vs loads vs invalidations - Subodh Deshpande
- » Re: v$sql - executions vs loads vs invalidations - David Fitzjarrell
- » Re: v$sql - executions vs loads vs invalidations - Sriram Kumar
- » Re: v$sql - executions vs loads vs invalidations - Gerry Miller