Menu Content/Inhalt
Accueil arrow Oracle/Fund1 (English) arrow Architecture arrow Establishing a Connection and Creating a Session

Identification






Mot de passe oublié ?
Establishing a Connection and Creating a Session Convertir en PDF Version imprimable Suggérer par mail
Écrit par OCA   
19-03-2008
  • The user starts a tool (SQL*Plus, Oracle Forms, ...) as a user process
    --> a server process is created on the Oracle Server
    --> the server process communicates with the instance on behalf of the user process
  • Connection = communication pathway between a user process and the Oracle server through :
    a local connection (local access tool --> local Oracle server)
    or
    a client-server connection (local access tool --> network --> remote Oracle server)
    or
    a three-tiered connection (local access tool ie browser --> network --> remote Application server --> network --> remote Oracle server)
  • Session = specific connection from a client to the server (login/logout)
ConnSess.jpg
ServModes.jpg
Dernière mise à jour : ( 15-04-2008 )
 
< Précédent   Suivant >