Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Query on Number of Parses and Executions(for Selects from Views)
> Since the same SQL statement is executed, I would expect it to reuse the =
> parsed statement but in this case it doesn't. Is this a expected =
> behavior with ref cursors?
Yes, using ref cursors causes a parse on every execution.
Tanel.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Apr 06 2004 - 05:26:28 CDT
![]() |
![]() |