oracle修改sga

来源:互联网 发布:linux 登陆mysql 编辑:程序博客网 时间:2024/05/17 02:20
   SQL> show sga
  Total System Global Area 2602007792 bytes
  Fixed Size 740592 bytes
  Variable Size 335544320 bytes
  Database Buffers 2264924160 bytes
  Redo Buffers 798720 bytes
  SQL> alter system set sga_max_size=5000m scope=spfile;
  System altered.
  SQL> shutdown immediate;
  SQL> startup
  SQL> show sga
  Total System Global Area 5252811728 bytes
  Fixed Size 744400 bytes
  Variable Size 2986344448 bytes
  Database Buffers 2264924160 bytes
  Redo Buffers 798720 bytes
原创粉丝点击