Shared Pool comprises of following components.
-
Library Cache
-
Data Buffer Cache
-
Data Dictonary Cache
-
SQL buffer cache
A,C
Correct answer
Explanation
The Shared Pool in the SGA contains the Library Cache (which stores parsed SQL and PL/SQL) and the Data Dictionary Cache (which caches data dictionary information). The Data Buffer Cache is a separate SGA component for caching data blocks. SQL buffer cache is not a standard Oracle term - the Library Cache handles SQL caching.