|
Oracle will use whatever you tell it to! You tell Oracle how memory should be "configured" with init.ora parameters. Two basic memory structures are associated with Oracle: the system global area (which includes the database buffers, redo log buffers, and the shared pool) and the program global areas.
I'd suggest that you thoroughly read the Oracle docs which discuss
- Oracle Concepts
- Oracle Reference
You need to understand what these docs have to say (particularly the Concepts guide) in order to really get started.
For More Information
|