The contents are of my own testing and deployments. Not guaranteed that these might work in your environment. Please test before usage.
Oracle Database Architecture
In this article I will explain the Oracle Database Architecture,
1)Oracle Database is the most preferred database in the world, especially in large scale projects
2)To be able to learn the Oracle Database in detail, the first thing that should be done is knowing the Oracle Database architecture.
3)So what happens in the background when the user starts a transaction.
Overview
1)When Oracle Database is running, a memory space that we call the shared global area (SGA) on the operating system is allocated to Oracle.
2)At the same time, some processes that we call background processes are started by Oracle to meet the demands of the database. Oracle Instance consists of SGA + Background processes.
3)The following image shows the Oracle Database architecture beautifully. I’ll explain all the concepts through this image.
Thanks for the time!!
1 Comments
Super cool
ReplyDelete