You create an Oracle 10g database and configure the SPFILE as follows:
SGA_TARGET=2G
DB_CACHE_SIZE=512M LOG_BUFFER=50M
DB_KEEP_CACHE_SIZE=128M
You modify the SGA_TARGET initialization parameter using the following statement:
SQL>ALTER SYSTEM SET SGA_TARGET = 1G SCOPE = BOTH;
Which entity does this statement affect?()