Connection mode for Oracle database connection mode, connect connection session

Source: Internet
Author: User
Tags dedicated server

connection mode of the databaseConnectionMOde:
    • dedicated Server Mode (proprietary mode)
      • when a user makes a request, such as a remoteClientconnected to the database through the listener,ORACLEserver-side will enable a process to respond,ORACLE-Side Processand theClient-Side Processcommunication consists of aSession,ORACLEprocess to help users issueSQLstatement to return the result to the user.
      • one-to-many, a user process corresponding to a server process, response quickly, but if the user is more, the database pressure is relatively large .
    • Share Server Mode
        • Shared service mode, which sends a user's request to the server process through a distribution . equivalent to a middle key .


OracleConnection(Connection)Conference Sessions(session)
    • Connection: communication between a User Process and an instance
    • session: specific connection of a user to an instance through a User Process

Connection mode for Oracle database connection mode, connect connection session

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.