Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Names Server
On server Use net8assis to configure Oracle names server. Set address port,
whitch listen ONS on TCP transport, for ex. 1575.
On server names.ora:
"NAMES.ADDRESSES =
(Address = (protocol = tcp)(port = 1575)(host = ORA_NT_LH))"
Start ONS service on NT server.
sqlnet.ora on client exmple:
"NAME.DEFAULT_ZONE = world
NAMES.DEFAULT_DOMAIN = world
NAMES.PREFERRED_SERVERS =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ORA_NT_LH)(PORT = 1575))
)
NAMES.DIRECTORY_PATH= (TNSNAMES, HOSTNAME, ONAMES)" DIRECTORY_PATH - client in example use both tnsnames.ora, hostname and oracle names server in this order. Received on Fri Jun 09 2000 - 00:00:00 CDT
![]() |
![]() |