Oracle在專用與共享的模式下SGA和PGA的區別
來源:懂視網
責編:小采
時間:2020-11-09 11:51:51
Oracle在專用與共享的模式下SGA和PGA的區別
Oracle在專用與共享的模式下SGA和PGA的區別:在專用模式下,PGA下放置的是stack space,user session data,cursor state。 在共享模式下,PGA下只放stack space。而user ser 在專用模式下,PGA下放置的是stack space,user session data,cursor state。 在共享模式
導讀Oracle在專用與共享的模式下SGA和PGA的區別:在專用模式下,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 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的時候。
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
Oracle在專用與共享的模式下SGA和PGA的區別
Oracle在專用與共享的模式下SGA和PGA的區別:在專用模式下,PGA下放置的是stack space,user session data,cursor state。 在共享模式下,PGA下只放stack space。而user ser 在專用模式下,PGA下放置的是stack space,user session data,cursor state。 在共享模式