Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: parse/execute ratio
Yes, that would be the ideal situation.
But, don't forget, lots of apps will do one parse per execute. They will be soft parses, and perhaps even session cache cursor hits, but they still get counted as parses (or PARSE_CALLS).
I'd say any child cursors whose EXECUTIONS is >1 and increasing is being reused.
Hope that helps,
-Mark
-----Original Message-----
From: ryan.gaffuri_at_cox.net [mailto:ryan.gaffuri_at_cox.net] Sent: Tue 3/2/2004 8:59 AM To: oracle-l_at_freelists.org Cc: Subject: parse/execute ratio