Network Topology   «Prev  Next»

Lesson 8

Oracle Net Client-side Tools Configuration Conclusion

In this module, you have learned how to install, configure, and test a Oracle Net Services client. You should now have a working knowledge of all the components of Oracle Net Services on both the client and the server, including the ability to:
  1. Describe the PC file-system architecture for Oracle Net Services
  2. Use Oracle Net Services Assistant to manage tnsnames.ora
  3. Run the Oracle installer for Oracle Net Services clients to install and configure Oracle Net Services
  4. Use the Oracle Net Services Assistant to add a remote database to the tnsnames.ora file
  5. Manage a master copy of tnsnames.ora in a large network
  6. Test your Oracle Net Services connectivity to remote databases

Configuring tnsnames.ora File After Installation

You can add network service names to the tnsnames.ora file at any time after installation. To configure the local naming method, perform the following tasks:
Task 1: Configure Net Services Names To configure the network services names, use one of the following methods:
Each method provides similar functionality. However, Oracle Net Manager has more configuration options for the sqlnet.ora file.
Net Services Names Configuration using Oracle Enterprise Manager Cloud Control
The following procedure describes how to configure network service names in the tnsnames.ora file with Oracle Enterprise Manager Cloud Control:
  1. Access the Net Services Administration page in Oracle Enterprise Manager Cloud Control.
  2. Select Local Naming from the Administer list, and then select the Oracle home that contains the location of the configuration files.
  3. The Local Naming page appears. You may be prompted to log in to the database server.
  4. Click Create Like. The Create Net Service Name page appears.
  5. Enter a name in the Net Service Name field.
    You can qualify the network service name with the client's domain. The network service name is automatically domain qualified if the sqlnet.ora file parameter NAMES.DEFAULT_DOMAIN is set.
  6. In the Database Information section, configure service support as follows:
    1. Enter a destination service name.
    2. Select a database connection type. The default setting of Database Default is recommended for the connection type. If dedicated server is configured in the initialization parameter file, then you can select Dedicated Server to force the listener to spawn a dedicated server, bypassing shared server configuration. If shared server is configured in the initialization parameter file and you want to guarantee the connection always uses shared server, then select Shared Server.
  7. In the Addresses section, configure protocol support, as follows:
    1. Click Add. The Add Address page appears.
    2. From the Protocol list, select the protocol on which the listener is configured to listen. This protocol must also be installed on the client.
    3. Enter the appropriate parameter information for the selected protocol in the fields provided.
    4. (Optional) In the Advanced Parameters section, specify the I/O buffer space limit for send and receive operations of sessions in the Total Send Buffer Size and Total Receive Buffer Size fields.
    5. Click OK. The protocol address is added to the Addresses section.
  8. Click OK to add the network service name. The network service name is added to the Local Naming page.
  9. Select connect-time failover and client load balancing option for the addresses.
  10. Click OK.

The next module concludes this course.

Oracle Net Client - Quiz

Before moving on to the next module, click the Quiz link below to test your knowledge of the Oracle Net Services client.
Oracle Net Client - Quiz