This module has presented a large amount of technical information, and you may be feeling a bit overwhelmed by now.
The
second course in this series examines in greater detail each of the components discussed here. Let us take a close look now at how Oracle manages incoming connections.
When the Oracle listener detects an incoming request, it
spawns, or creates, a process on the server.
This process, in turn, connects to the Oracle database. In this fashion, the Oracle listener
bequeaths connections and then returns to its duty of listening for incoming database requests.
Once the server process is established, it makes a direct connection to the Oracle database using the USER ID and password that were provided in the database link.
Again, do not be concerned if this is not yet completely clear. We will return to this topic in greater detail later in the course. The next lesson concludes this module.