熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Oracle >> 正文

修改oracle的SGA區大小

2022-06-13   來源: Oracle 

  備份數據庫

  關機拔下電源和各種連接線抽出機箱打開機箱上蓋增加內存

  完成後按原樣將各個部件及連接線恢復好電開機系統正常運行

  進入系統查看發現內存已經順利安裝

  修改數據庫SGA參數

  SQL> show sga

  Total System Global Area bytes

  Fixed Size bytes

  Variable Size bytes

  Database Buffers bytes

  Redo Buffers bytes

  SQL> alter system set sga_max_size=m scope=spfile;

  System altered

  SQL> shutdown immediate;

  SQL> startup

  SQL> show sga

  Total System Global Area bytes

  Fixed Size bytes

  Variable Size bytes

  Database Buffers bytes

  Redo Buffers bytes

  檢查系統和數據庫完全無誤後備份系統


From:http://tw.wingwit.com/Article/program/Oracle/201311/18817.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.