自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

對(duì)Oracle SGA區(qū)大小進(jìn)行修改解剖

數(shù)據(jù)庫(kù) Oracle
以下的文章主要涉及到的是如何對(duì)Oracle SGA區(qū)大小進(jìn)行修改。本文詳細(xì)的描述了其實(shí)際操作的具體步驟,所以以下的文章,你一定不要錯(cuò)過。

我們今天是要和大家一起討論的是修改Oracle SGA區(qū)大小 ,我前兩天在相關(guān)網(wǎng)站看見修改Oracle SGA區(qū)大小的實(shí)際應(yīng)用資料,覺得挺好,就拿出來供大家分享。以下就是正文的相關(guān)內(nèi)容的描述。

1、備份數(shù)據(jù)庫(kù);

2、關(guān)機(jī),拔下電源和各種連接線,抽出機(jī)箱,打開機(jī)箱上蓋,增加內(nèi)存;

3、完成后按原樣將各個(gè)部件及連接線恢復(fù)好,電開機(jī),系統(tǒng)正常運(yùn)行;

4、進(jìn)入系統(tǒng)查看,發(fā)現(xiàn)內(nèi)存已經(jīng)順利安裝;

5、修改數(shù)據(jù)庫(kù)Oracle SGA參數(shù):

 

  1. SQL> show sga  
  2. Total System Global Area 2602007792 bytes  
  3. Fixed Size 740592 bytes  
  4. Variable Size 335544320 bytes  
  5. Database Buffers 2264924160 bytes  
  6. Redo Buffers 798720 bytes  
  7. SQL> alter system set sga_max_size=5000m scope=spfile;  
  8. System altered.  
  9. SQL> shutdown immediate;  
  10. SQL> startup  
  11. SQL> show sgaTotal System Global Area 5252811728 bytes  
  12. Fixed Size 744400 bytes  
  13. Variable Size 2986344448 bytes  
  14. Database Buffers 2264924160 bytes  
  15. Redo Buffers 798720 bytes  

 

6、檢查系統(tǒng)和數(shù)據(jù)庫(kù)完全無誤后,備份系統(tǒng)

上述的相關(guān)內(nèi)容就是對(duì)修改Oracle SGA區(qū)大小的相關(guān)實(shí)際操作步驟的描述,希望會(huì)給你帶來一些幫助在此方面。

【編輯推薦】

  1. Oracle 10G for linux常用命令淺析
  2. Oracle 權(quán)限入門如何管理
  3. Oracle創(chuàng)建Split 與Map 函數(shù)的代碼示例
  4. Oracle 字符串split的相關(guān)實(shí)際應(yīng)用代碼介紹
  5. Oracle數(shù)據(jù)庫(kù)的安全,PL/SQL的SQL注入
責(zé)任編輯:佚名 來源: 博客園
相關(guān)推薦

2010-04-26 10:24:12

Oracle ASM

2010-05-07 16:21:08

Oracle Raw類

2010-04-09 15:15:01

Oracle SGA

2010-04-14 13:14:46

Oracle數(shù)據(jù)庫(kù)

2010-10-28 14:29:39

Oracle內(nèi)存結(jié)構(gòu)

2010-04-12 15:40:48

Oracle SGA

2010-04-12 16:03:12

Oracle SGA設(shè)

2010-04-20 11:31:26

Oracle邏輯結(jié)構(gòu)

2010-04-28 16:53:20

Oracle 函數(shù)

2010-03-31 09:56:46

Oracle10g

2009-08-08 09:50:30

Linux操作系統(tǒng)共享內(nèi)存Linux

2009-02-01 10:45:18

Oracle數(shù)據(jù)庫(kù)性能調(diào)整

2010-04-08 09:00:29

Oracle內(nèi)存結(jié)構(gòu)

2010-11-19 13:19:26

Oracle歸檔日志

2009-11-16 16:51:11

操作系統(tǒng)Oracle優(yōu)

2010-04-27 14:44:31

Oracle存儲(chǔ)過程

2010-04-14 10:32:42

Oracle數(shù)據(jù)

2010-03-31 10:40:11

Oracle事例

2010-05-10 14:33:11

Oracle proc

2010-05-07 16:50:42

Oracle trun
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)