Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle 8i eats memory !!!
The scene 8.0.5 and 8.1.5 (8i ) on Solaris 2.6
Check this out
Oracle SID1
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production PL/SQL Release 8.0.5.0.0 - Production
SVRMGR> connect thedba
Connected.
SVRMGR> show sga
Total System Global Area 5185040 bytes Fixed Size 48656 bytes Variable Size 4235264 bytes Database Buffers 819200 bytes Redo Buffers 81920 bytesSVRMGR> ORacle SID2 clone of SID1 but running 8i / 8.1.5
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
SVRMGR> connect thedba
Connected.
SVRMGR> show sga
Total System Global Area 5496208 bytes Fixed Size 64912 bytes Variable Size 4530176 bytes Database Buffers 819200 bytes Redo Buffers 81920 bytes
Now compare the shared memory segments obtained
But wait ! Compare the number of pages used by the background processes
To sum up, a 8.0.5 DB with a 6MB SGA acquires a shared memory segment about the same size. convert it to 8.1.5 and it will grab around 26Mb
Lets see, a small development server, 6 databases with small 5 to 6 MB SGAs now grab an EXTRA 20Mb each - 6 x 20MB = 120MB ! Watch your development box crash and burn !
I know of places with over 10 databases so there goes 200MB !
Anybody else found this ...
Oracle has let me done VERY BADLY .... Support are stumped... Received on Thu May 20 1999 - 21:02:23 CDT
![]() |
![]() |