Home > Database > Mysql Tutorial > body text

Oracle在专用与共享的模式下SGA和PGA的区别

WBOY
Release: 2016-06-07 17:06:52
Original
1205 people have browsed it

在专用模式下,PGA下放置的是stack space,user session data,cursor state。 在共享模式下,PGA下只放stack space。而user ser

在专用模式下,PGA下放置的是stack space,user session data,cursor state。

在共享模式下,PGA下只放stack space。而user serssion data和cursor state则移到SGA下,所以在这种模式下,SGA需要更大的空间。为解决这个问题,所以引入large_pool_size ,,用于存放user session data,cursor state。

注:large_pool_size常用的两个功能

1. 就是在共享模式下,存储user session data,cursor state。

2. 在使用RMAN的时候。

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template