Oracle in Processes

Figure 1-1 shows the simplest process diagram of Oracle you’re likely to see and (probably) the most complicated process diagram of Oracle that you really need to understand. This, basically, is what the book is about; everything else is just the icing on the cake.

images

Figure 1-1. The “just enough” diagram of Oracle Database processes

Figure 1-1 shows two types of files. Data files are where our “real” data is kept, and redo log files (often just called log files) are where we record in a continuous stream a list of all the changes we make to the data files.

The data files are subject to random access. To allow random access ...

Get Oracle Core: Essential Internals for DBAs and Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.