Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Memory Usage in Oracle
jeffchirco_at_gmail.com wrote:
> Ok I understand you now. I do have a lot of compiled pl/sql procedures > that create cursors. We are moving to have all sql code stored in the > database verses passing in the sql code. But we don't page at all. Is > there something I need to tune for this or a parameter to change? > > > EscVector wrote:
Oracle has advisors built into the catalog that can be used to obtain recommendations on sizing. Have someone run the following:
SELECT view_name
FROM dba_views
WHERE view_name LIKE 'V%ADV%';
I would suggest a review of the contents of each.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Jan 11 2007 - 18:54:30 CST