3.7 Using External Naming Methods

Team-Fly    

 
Oracle Net8 Configuration and Troubleshooting
By Jonathan Gennick, Hugo Toledo
Table of Contents
Chapter 3.  Client Configuration


3.7 Using External Naming Methods

Net8 supports two commonly used external naming methods: NDS and NIS. NDS is an acronym for Novell Directory Services and is a naming method often used in Novell NetWare environments. NIS is an acronym for Network Information Service, a naming method sometimes used in Unix environments.

You must be running SQL*Net 2.2 or higher, which includes all releases of Net8, in order to use either NDS or NIS.

3.7.1 Configuring NDS Naming

To configure a client to use NDS naming, you need to do two things. First, you need to add NDS to the list of naming methods that you want to use. Second, you may want to configure a default name context.

To add NDS to your list of naming methods, you must modify the NAMES .DIRECTORY_PATH parameter in your sqlnet.ora file. Use the keyword NOVELL to request that NDS naming be used. For example:

 NAMES.DIRECTORY_PATH = (NOVELL) 

Your next task is to specify a default naming context. A default naming context in the Novell world is similar to the default domain in the Net8 world. You can specify the default naming context using either a typeless or typed name. For example:

 NATIVE_NAMES.NDS.NAME_CONTEXT=marketing.oracle NATIVE_NAMES.NDS.NAME_CONTEXT=OU=marketing.o=oracle 

The first example is of a typeless name, while the second shows a typed name.

3.7.2 Configuring NIS Naming

Client configuration for NIS naming is simple to the extreme. Simply add NIS to your list of naming methods. For example:

 NAMES.DIRECTORY_PATH = (NIS) 

or:

 NAMES.DIRECTORY_PATH = (TNSNAMES,NIS) 

No other configuration steps are necessary on the client. You do, however, need to define your net service names in the NIS server.


Team-Fly    
Top
 


Oracle Net8 Configuration and Troubleshooting
Oracle Net8 Configuration and Troubleshooting
ISBN: 1565927532
EAN: 2147483647
Year: 2000
Pages: 120

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net