Your database instance is started with a PFILE. Examine the parameters:
NAME TYPE VALUE
Memory_max_target big integer 0
Memory_target big integer 0
Sga_max_size big integer 2G
Sga_target big integer 2G
You want to increase the size of the buffer cache. Free memory is available to increase the size of the buffer cache. you execute the command:
SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;
Which is the outcome?