Session,”A session is a logical entity in the database instance memory that represents the state of a current user login to a database. For example, when a user is authenticated by the database with a password
a session is established for this user. A session lasts from the time the user is authenticated by the database until the time the user disconnects or exits the database application.”