By Hugo Toledo, Jonathan Gennick
Price: $39.95 USD
£28.50 GBP
Cover | Table of Contents | Colophon
C:\>lsnrctl LSNRCTL for 32-bit Windows: Version 8.1.5.0.0 - Production on 17-JAN-00 15:15:57 (c) Copyright 1998 Oracle Corporation. All rights reserved. Welcome to LSNRCTL, type "help" for information. LSNRCTL> status Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for 32-bit Windows: Version 8.1.5.0.0 - Production Start Date 17-JAN-00 10:24:05 Uptime 0 days 4 hr. 51 min. 54 sec Trace Level off Security ON SNMP OFF Listener Parameter File E:\Oracle\Ora81\network\admin\listener.ora Listener Log File E:\Oracle\Ora81\network\log\listener.log Services Summary... COIN has 1 service handler(s) PLSExtProc has 1 service handler(s) JONATHAN has 3 service handler(s) The command completed successfully
prod.hr =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = hr_server)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = prod.hr)
)
)
db_name = jeff db_domain = gennick.org
|
Naming Method
|
Advantages
|
Disadvantages
|
|---|---|---|
|
Local
naming
|
Simple to understand and implement; no need to configure and support
a Names server; can take full advantage of Net8 features.
|
No central control; changes need to be propagated to each client
machine.
|
|
Directory naming
|
Central control; very little client configuration needed.
|
Resources are needed to configure and manage directory servers.
|
|
Centralized naming (Oracle Names)
|
Central control; little to no client configuration necessary.
|
Resources are needed to configure and manage Names servers.
|
|
Host naming
|
Simple to set up; no client configuration needed.
|
Only works under TCP/IP; no access to advanced Net8 features.
|
|
External naming |
HERMAN.GENNICK.ORG =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)
(HOST = jonathan.gennick.org)
(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = herman.gennick.org)
)
)
DIRECTORY_SERVER_TYPE = OID
|
Code
|
Directory Server Product
|
|---|---|
|
OID
|
Oracle Internet Directory
|
NAMES.DIRECTORY_PATH = (NOVELL)
NATIVE_NAMES.NDS.NAME_CONTEXT=marketing.oracle NATIVE_NAMES.NDS.NAME_CONTEXT=OU=marketing.o=oracle
NAMES.DIRECTORY_PATH = (NIS)
NAMES.DIRECTORY_PATH = (TNSNAMES,NIS)