How to calculate the memory requirement [message #56584] |
Wed, 09 April 2003 16:34 |
Jadie
Messages: 64 Registered: January 2002
|
Member |
|
|
From the Oracle8i reference document, the formula used to calculate the memory requirement is:
size of the oracle executable text
+ size of the SGA
+ n * ( size of tool executables private data section
+ size of oracle executables uninitialized data section
+ 8192 bytes for the stack
+ 2048 bytes for the processes user area)
What are the exact meanings of "Oracle executable text", "private data section" and "uninutialized data section" respectively? How to estimate their sizes?
Thanks!
|
|
|