Session Memory (100)
Session memory is the memory allocated to hold a session’s variables (logon
information) and other information related to the session. For a shared server, the
session memory is shared and not private.
會話記憶體
1. 儲存會話變數(登入資訊)和其他有關該會話的資訊
2. 在共享服務模式下, 會話記憶體是共享的而不是私有的
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-978651/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle DBLink bug引發的故障(Session Hang Memory leak)OracleSession
- dbms_session.free_unused_user_memory; 可以釋放 部分的PGA記憶體Session記憶體
- ORA-27100: shared memory realm already exists解決方法
- ORA-27100 shared memory realm already exists錯誤解決
- memory
- ora-27100:shared memory realm already exists錯誤的解決
- CPU_PER_SESSION 中的時間單位 1/100 秒Session
- [轉]ABAP Memory/SAP Memory/Shared Buffer/DatabaseDatabase
- Rman-10038: Database Session For Channel D1 Terminated UnexpectedlyDatabaseSession
- OOM(Out Of Memory)OOM
- Memory Management in RustRust
- java out of memoryJava
- VM warning: INFO: OS::commit_memory Cannot allocate memoryMIT
- 11g的MEMORY_TARGET和MEMORY_MAX_TARGET
- ORACLE LARGE MEMORY(zt)Oracle
- 如何理解Memory leak
- OOM--OUT OF MEMORYOOM
- Eclipse Memory AnalyzerEclipse
- Linux Cache MemoryLinux
- memory management unit (MMU)
- Linux Memory ManagementLinux
- Oracle Database Memory StructuresOracleDatabaseStruct
- Oracle In Memory Undo(IMU)Oracle
- Oracle Database In-MemoryOracleDatabase
- Oracle In Memory Undo(轉)Oracle
- memory-cnblog
- 什麼是 ABAP 程式語言的 Used Memory 和 Allocated Memory
- [Memory Leak] 1. console.log cause memory leak
- laravel session 與 php session配置LaravelSessionPHP
- session和v$session說明Session
- memcached-session-manager session共享Session
- ES叢集搭建問題:memory locking requested for elasticsearch process but memory is not lockedElasticsearch
- SessionSession
- fork failed - Cannot allocate memoryAI
- MEMORY_TARGET not supported on this system
- Docker Memory資源限制Docker
- MySQL MEMORY儲存引擎MySql儲存引擎
- 《STL原始碼剖析》-- memory原始碼