最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

SQL*Net(Oracle'snetworkingsoftware)简介

来源:动视网 责编:小采 时间:2020-11-09 07:25:23
文档

SQL*Net(Oracle'snetworkingsoftware)简介

SQL*Net(Oracle'snetworkingsoftware)简介:SQL*Net (or Net8) isOracle's networking software that allows remote data-access between programs and the Oracle Database, or among multiple Oracle Databases. Applications and databases can be distributed physically to different machines an
推荐度:
导读SQL*Net(Oracle'snetworkingsoftware)简介:SQL*Net (or Net8) isOracle's networking software that allows remote data-access between programs and the Oracle Database, or among multiple Oracle Databases. Applications and databases can be distributed physically to different machines an


SQL*Net (or Net8) isOracle's networking software that allows remote data-access between programs and the Oracle Database, or among multiple Oracle Databases. Applications and databases can be distributed physically to different machines an

SQL*Net (or Net8) is Oracle's networking software that allows remote data-access between programs and the Oracle Database, or among multiple Oracle Databases. Applications and databases can be distributed physically to different machines and continue to communicate as if they were local.

SQL*Net is based on Oracle's Transparent Network Substrate, a foundation network technology that provides a generic interface to all popular network protocols for connectivity throughout a network of applications.

SQL*Net is used by both client and server to communicate with one another. Without the SQL*Net layer acting as the interpreter, the client process and the server process are unable to interconnect.

Contents

  • 1 Client configuration
  • 2 Server configuration
  • 3 Benefits provided by SQL*Net
  • 4 Configuration Files
  • 5 Also see
  • 6 External links
  • Client configuration

    The Oracle Client software is required on workstations and servers that need to connect to remote Oracle Databases.

    Server configuration

    The cornerstone of SQL*Net is a process called the listener. This process, as its name signifies, listens on the network for request from clients requesting data. As soon as a connect request is detected, one of the two things may happen:

  • In dedicated server configuration the user process (client end) that the listener has heard is routed to a server process (server side, every user process has a dedicated server process in dedicated configuration).
  • In multi threaded configuration the user process that the listener heard is routed to another process called dispatcher (server end), which interacts with shared server process to carry on the activities.

  • Benefits provided by SQL*Net

  • Network Transparency - SQL*Net provides support for a broad range of network transport protocols including TCP/IP, SPX/IPX, IBM LU6.2, Novell, and DECnet. It does so in a manner that is invisible to the application user. This enables SQL*Net to inter-operate across different types of computers, operating systems, and networks to transparently connect any combination of PC, Unix, legacy, and other system without changes to the existing infrastructure.
  • Protocol Independence - SQL*Net enables Oracle applications to run over any supported network protocol by using the appropriate Oracle Protocol Adapter. Applications can be moved to another protocol stack by installing the necessary Oracle Protocol Adapter and the industry protocol stack. Oracle Protocol Adapters provide SQL*Net access to connections over specific protocols or networks. On some platforms, a single Oracle Protocol Adapter will operate on several different network interface boards, allowing you to deploy applications in any networking environment.
  • Media/Topology Independence - When SQL*Net passes control of a connection to the underlying protocol, it inherits all media and/or topologies supported by that network protocol stack. This allows the network protocol to use any means of data transmission, such as Ethernet, Token Ring, or other, to accomplish low level data link transmissions between two machines.
  • Heterogeneous Networking - Oracle's client-server and server-server models provide connectivity between multiple network protocols using Oracle Connection Manager.
  • Large Scale Scalability - By enabling you to use advanced connection concentration and connection pooling features, SQL*Net makes it possible for thousands of concurrent users to connect to a database.
  • Configuration Files

    The following configuration files can be altered to configure SQL*Net:

  • sqlnet.ora
  • tnsnames.ora
  • ldap.ora
  • protocol.ora (not used anymore)
  • listener.ora
  • cman.ora - Connection Manager settings
  • Also see

  • SQL*Net FAQ - Frequently asked questions
  • External links

  • Download SQL*Net V2 Light for DOS
  • 文档

    SQL*Net(Oracle'snetworkingsoftware)简介

    SQL*Net(Oracle'snetworkingsoftware)简介:SQL*Net (or Net8) isOracle's networking software that allows remote data-access between programs and the Oracle Database, or among multiple Oracle Databases. Applications and databases can be distributed physically to different machines an
    推荐度:
    标签: sql net oracle
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top