network service name (NSN): "[a] simple name for a service that resolves to a connect descriptor"[1] For example: sales.acme.co.uk
Components
Oracle Corporation defines Oracle Net Services as comprising:[2]
Oracle net
listener
Oracle Connection Manager
Oracle Net Configuration assistant
Oracle Net Manager
Oracle Net
This section needs expansion. You can help by adding to it. (May 2008)
Oracle Net,[3]
a proprietary networking stack, runs both on client devices and on Oracle database servers in order to set up and maintain connections and messaging between client applications and servers. Oracle Net (formerly called "SQL*Net" or "Net8"[4]) comprises two software components:
Oracle Net Foundation Layer: makes and maintains connection sessions. The Oracle Net Foundation Layer establishes and also maintains the connection between the client application and server. It must reside on both the client and server for peer-to-peer communication to occur.
The listener process(es) on a server detect incoming requests from clients for connection - by default on port 1521[5] - and manage network-traffic once clients have connected to an Oracle database. The listener uses a configuration-file - listener.ora - to help keep track of names, protocols, services and hosts. The listener.ora file can include three sorts of parameters:[6]
listener-address entries
SID_LIST entries
control entries
Apart from pre-defined and known statically-registered databases, a listener can also accept dynamic service registration from a database.
Oracle Connection Manager
This section needs expansion. You can help by adding to it. (May 2008)
The Oracle Connection Manager (CMAN) acts as a lightweight router for Oracle Net packets.[7]
Oracle Net Manager
This section needs expansion. You can help by adding to it. (February 2010)
Oracle Net Manager, a GUI tool, configures Oracle Net Services for an Oracle home on a local client or server host.[8] (Prior to Oracle 9i known as "Net8 Assistant".[9])
Associated software
Utilities and tools
tnsping: determines the accessibility of an Oracle net service.[10]
Software suites
Oracle software integrating closely with and/or depending on Oracle Net Services includes:
^
Johnston, Caroline (April 2014). "Oracle Database Net Services Reference, 12c Release 1 (12.1)". docs.oracle.com. Oracle. Retrieved 2014-06-04. network service name[:] A simple name for a service that resolves to a connect descriptor. Users initiate a connect request by passing a user name and password along with a network service name in a connect string for the service to which they want to connect: CONNECT username/password@net_service_name
^
Greenwald, Rick; Stackowiak, Robert; Stern, Jonathan (November 2007). Oracle Essentials: Oracle Database 11g (4th ed.). O'Reilly Media, Inc. (published 2007). p. 13. ISBN9780596555337. Retrieved 2014-05-07. Oracle's network interface, Oracle Net, was formerly known as Net8 when used in Oracle8, and SQL*Net when used with Oracle7 and previous versions of Oracle.
^
Elizabeth Hanes Perry; et al. (June 2004). "Oracle Database JDBC Developer's Guide and Reference"(PDF). Oracle Database JDBC Developer's Guide and Reference 10g Release 1 (10.1). Oracle Corporation. pp. 24–2. Retrieved 2010-02-12. The Oracle Connection Manager is a lightweight, highly-scalable program that can receive Oracle Net packets and re-transmit them to a different server. To a client running Oracle Net, the Connection Manager looks exactly like a database server.
^
Greenwald, Rick; Stackowiak, Robert; Stern, Jonathan (February 2004) [1999]. Russell, Deborah (ed.). Oracle essentials: Oracle Database 10g (3 ed.). O'Reilly. p. 62. ISBN0-596-00585-7. In Oracle8, Oracle provided a GUI utility called the Net8 Assistant used to create the various configuration files required for Net8; this utility was renamed the Oracle Net Manager with the Oracle 9i release.
^
Mishra, Sanjay (2004). Oracle utilities: pocket reference. O'Reilly Series Pocket Reference. O'Reilly Media. p. 106. ISBN978-0-596-00899-4. Retrieved 2010-02-11. Use tnsping to determine whether an Oracle Net service can be successfully reached [...] specify a protocol address instead of a net service name to test connectivity to an Oracle Names server or Connection Manager instance.