Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: SGA Utilization
amit wrote:
> hi all, > thanks for valuable inputs. > the v$ views and statspack report is fine. > All I want to know that, is there any dynamic performance view which > can descirbe the total utilization and free sga size? > > -thanks > > Charles Hooper wrote:
SELECT view_name
FROM dba_views
WHERE view_name LIKE '%SGA%';
-- 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 Dec 21 2006 - 21:22:26 CST