Tutorials
Oracle 10g
Oracle 10g Tutorials : Oracle Net Services
Oracle 10g Tutorials : Oracle Net Services - Page 2In this tutorial you will learn Oracle Net Services - An Overview, Using Oracle Net Manager, Creating Listeners, Choosing General Parameters , enable the tracing and logging for the database transactions. We will also learn how to use TNSPING to test Oracle Net connectivity.
This document gives the overview of the oracle net services. It also explains the uses of oracle net manager.
Oracle Net Services provides enterprise-wide connectivity solutions in distributed, heterogeneous computing environments. Oracle Net Services eases the complexities of network configuration and management, maximizes performance, and improves network diagnostic capabilities. Oracle Net, a component of Oracle Net Services, enables a network session from client application to an Oracle database server. Once a network session is established, Oracle Net acts as a data courier for 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. Network sessions are established with the help of a listener. The listener is a separate process that resides on the database server. The listener receives incoming client connection requests and manages the traffic of these requests to the server. The listener brokers the client request, handing off the request to the server. Every time a client requests a network session with a server, a listener receives the actual request. If the client's information matches the listener's information, the listener grants a connection to the server.
Use Oracle Net Manager to create and configure listeners
Navigation – Start->Programs->Oracle-Oracle Client10g Home->Configuration and Migration Tools->Net Manager
Once you click on the Net Manager link on the above Navigation Path, following screen will appear in front of you.

Click on the Local link in the above screen and following screen will appear in front of you.

Click on the Listeners tab to see the list of existing listeners.

Please enter the name of the listener you want to create in the following pop up screen. You can choose any user friendly name.

You will see the LISTENER1 created in the following screen. Click on Add Address button to add the Listening location’s address.

Next Page: Oracle 10g Tutorials : Oracle Net Services - Page 2