See Also: The SQL*Net Administrator's Guide for more information on configuration tasks.
Attention: You must configure your network using the netman program in a Windows environment.
$ telnet hostname
$ lsnrctl status
$ sqlplus scott/tiger@finance
% sqlplus SYS/password@network_alias
Use the Network Manager to create the following files and place them in $ORACLE_HOME/network/admin.
Interchange File | Purpose | Required by | Numbers of Copies |
intchg.ora | Lists parameters for control and definition of interchange features. | Every interchange at startup | One copy for each interchange. |
tnsnet.ora | Defines a network layout. It identifies interchanges and communities, and their relations. Use it to choose between paths. | Every interchange to perform navigation | One copy shared by or copied to all navigators. |
tnsnav.ora | Defines how navigation occurs for a node. It defines the navigator's address. | Clients and interchanges (to identify navigation options). Navigators require it to define its listener addresses. | One copy for each navigator. Clients can share copies if they have identical network needs. |