SELECT * FROM V$SGASIZE;

Everything which SHARED_POOL is variable size
The FIXED_SIZE is space used for some small Oracle processes. The rest is pretty much self expalitory.

Cheers,