| 
								        
								         
								        How many memory layers are in the oracle shared pool? Explain them.Oracles shared pool consists of two layers namely, Library cache and Data dictionary cache.
 Library cache: This layer has information about SQL statements that were parsed, information about cursors and any plan data.
 
 Data Dictionary cache: this Layer has information about the accounts of the users, their privileges and segments information.
 |