when u query the sga view it gives some values such as fixed size,variable size, etc . i want to know what does fixed size comprise of, same with variable size and their meaning.
Fixed Size
- Contains general information about the state of the
database and the instance, which the background processes need
to access.
- No user data is stored here.
- This area is usually less than 100k in size.
Variable Size
- This section is influenced by the following init.ora
parameters :shared_pool_size ,large_pool_size and
java_pool_size
Originally posted by ser when u query the sga view it gives some values such as fixed size,variable size, etc . i want to know what does fixed size comprise of, same with variable size and their meaning.
Bookmarks