Which two statements are correct?

You have set some of the initialization parameters as:
DB_BLOCK_SIZE = 8KB
SGA_MAX_SIZE = 2GB
SGA_TARGET = 0
SHARED_POOL_SIZE = 120MB
DB_CACHE_SIZE = 896MB
STREAM_POOL_SIZE = 0
LARGE_POOL_SIZE = 110 MB
Which two statements are correct? (Choose two.)

You have set some of the initialization parameters as:
DB_BLOCK_SIZE = 8KB
SGA_MAX_SIZE = 2GB
SGA_TARGET = 0
SHARED_POOL_SIZE = 120MB
DB_CACHE_SIZE = 896MB
STREAM_POOL_SIZE = 0
LARGE_POOL_SIZE = 110 MB
Which two statements are correct? (Choose two.)

A.
You cannot set a value for the DB_8K_CACHE_SIZE parameter.

B.
If you increase the size of the large pool to 120 MB, then the memory allocated to the
shared poll will be reduced to 110 MB.

C.
If the value for SGA_TARGET is changed to 1 GB and SHARED_POOL_SIZE is set to
120 MB, then memory cannot be taken from the shared pool, even if the shared pool has
free space available.

D.
If an application attempts to allocate more than 120 MB from the shared pool and free
space is available in the buffer pool, then the free space from the buffer pool is allocated to
the shared pool.



Leave a Reply 0

Your email address will not be published. Required fields are marked *