Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Question about Dual
Is there any performance benefit selecting from dual in sqlplus as compared to selecting dual from a packaged procedure? The reason I ask is that we have a cluster of BEA app servers that are having memory issues. The only way to clear the memory is to call a very small query. Thus, we came up with select 'x' from dual;. We're leaning towards putting the select statement in a packaged procedure so we can pin it the shared pool. The app server would be calling this query many thousands of times each day.
Thanks,
Mark
-- To unsubscribe - mailto:oracle-l-request_at_freelists.org&subject=unsubscribe To search the archives - http://www.freelists.org/archives/oracle-l/Received on Fri Sep 10 2004 - 11:04:54 CDT
![]() |
![]() |