Lesson 2 | New Net listener features |
Objective | Identify new features of Net listener. |
Net Listener Features
Oracle is constantly making enhancements to Net, and the Net listener is no exception.
The Oracle listener still serves the same basic function of listening for incoming database connections and establishing connections to the Oracle database, but the enhancements in Oracle provide more robust listener-process management and more reliability, as described in the list below.
-
New initialization parameters: To take advantage of many of the new features of Net, you must add some new initialization parameters, such as
SERVICES_NAMES
and INSTANCE_NAMES
, when starting up your database.
- Changes to the tnsnames.ora file format: The file that specifies which database nodes are available through Net listener has been revised to handle new features of Net.
- Net Configuration Assistant: This assistant has been enhanced to support new Net and Oracle features so that it can be used to configure listeners, naming methods, Net service names, and LDAP directory service.
- Multiple services for one database instance: The service name replaces the service identification (SID) in Oracle. This allows one database instance to have several services, enabling a listener to access the database as if it were two databases.
- Multiple database instances for one service: Oracle uses the service name to consolidate many databases into one service. A service can connect database instances on different nodes.
The next lesson looks at Net Services scalability features.
Oracle Integration Cloud Service
Oracle Net Services
Oracle Net Services provides enterprise wide connectivity solutions in distributed, heterogeneous computing environments.
Oracle Net Services ease the complexities of
network configuration and management, maximize performance, and improve network diagnostic capabilities. This module introduces the basic networking concepts involved in a typical network configuration.
The topics include:
- Connectivity
- Manageability
- Internet and Intranet Scalability
- Performance Between the Middle Tier and Oracle Database
- Network Security
Connectivity
Oracle Net, a component of Oracle Net Services, enables a network session from a client application to an Oracle Database server. Once a network session is established, Oracle Net acts as the data courier for both the client application and the database server.
It is responsible for establishing and maintaining the connection between the client application and database server, as well as exchanging messages between them. Oracle Net is able to perform these jobs because it is located on each computer in the network.