This module discusses Oracle Net installation and configuration for Oracle databases 11g and higher.
This module does not cover the basic concepts of Net; you should already be familiar with the introductory Net content from the Network administration course. By the end of this module, you will be able to:
- Describe changes to initialization parameters needed to support the new features
- Add a network node in Net Assistant
- Modify the tnsnames.ora file
- Describe how to start a Net listener service with Oracle Enterprise Manager
- Start a listener with line commands
- Describe the uses of the Net Configuration Assistant
In the next lesson, we observe initialization parameters that involve new Net features.
With Oracle databases shared across geographical areas, it is very important for the Oracle professional to recognize the importance of network communications on the performance of their databases. As you may know, Oracle provides for
distributed communications between databases by using its
(TNS) Transparent Network Substrate. The TNS is a distributed protocol that allows for transparent database communications between remote systems. The TNS acts as an insulator between Oracle's
- logical request for data and
- the physical communications
between the distributed servers. Because of this insulation between the Oracle logical data request and the internal workings of the network, much of the network performance tuning is in the hands of the network administrator. In other words, the Oracle administrator has very little direct control over the network configuration settings that can affect the overall performance of their database .