oracle 10g更改sga最大值
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 6341787648 bytes
Fixed Size 2093488 bytes
Variable Size 5402267216 bytes
Database Buffers 922746880 bytes
Redo Buffers 14680064 bytes
Database mounted.
SQL> ALTER SYSTEM SET sga_target = 4294967296 SCOPE=BOTH
2 ;
Fixed Size 2093488 bytes
Variable Size 5402267216 bytes
Database Buffers 922746880 bytes
Redo Buffers 14680064 bytes
Database mounted.
SQL> ALTER SYSTEM SET sga_target = 4294967296 SCOPE=BOTH
2 ;
System altered.
SQL> alter database mount
2 ;
alter database mount
*
ERROR at line 1:
ORA-01100: database already mounted
2 ;
alter database mount
*
ERROR at line 1:
ORA-01100: database already mounted
SQL> alter database open;
Database altered.
SQL> show parameter db_recovery_file_dest_size;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest_size big integer 400G
SQL> select * from v$recovery_file_dest;
------------------------------------ ----------- ------------------------------
db_recovery_file_dest_size big integer 400G
SQL> select * from v$recovery_file_dest;
NAME
--------------------------------------------------------------------------------
SPACE_LIMIT SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES
----------- ---------- ----------------- ---------------
+ORABK
4.2950E+11 1.0887E+11 3.7276E+10 1680
--------------------------------------------------------------------------------
SPACE_LIMIT SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES
----------- ---------- ----------------- ---------------
+ORABK
4.2950E+11 1.0887E+11 3.7276E+10 1680
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/196700/viewspace-664921/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 10g SGA 相關的VIEWOracle 10gView
- Oracle 10g SGA 的自動化管理Oracle 10g
- oracle 10g中的SGA_MAX_SIZE與SGA_TARGET引數Oracle 10g
- 開啟oracle 10g的sga自動管理-ammOracle 10g
- oracle 10g sga自動管理amm(補充二)Oracle 10g
- 淺談10G SGA自動管理
- oracle 10g on windows 2003 32bit sga限制問題Oracle 10gWindows
- oracle sga相關Oracle
- oracle sga構成Oracle
- 10g中的sga_target引數
- oracle10g SGAOracle
- oracle SGA配置和管理Oracle
- ORACLE SGA 的分配(轉)Oracle
- oracle 10g rac下啟動關閉與更改歸檔模式Oracle 10g模式
- oracle 92 oem 錯誤的更改oracle sga後,導致instance無法啟動的問題解決Oracle
- ORACLE SGA之shared poolOracle
- oracle 92 修改sga過程Oracle
- Oracle SGA中的Granule(粒度)Oracle
- oracle timestamp的最大值Oracle
- 變更oracle 11.2.0.3 rac sga自動管理為sga手工管理Oracle
- ORACLE RAC SGA引數調整Oracle
- oracle10g 修改 sga pgaOracle
- ORACLE SGA與共享內聯絡Oracle
- oracle 重設定sga_targetOracle
- Oracle資料檔案最大值Oracle
- 10g RAC系統更改夏令時問題
- ordebug 手動修改Oracle sga scnOracle
- Oracle10g修改SGA_TARGETOracle
- ORACLE 記憶體管理 之四 SGAOracle記憶體
- oracle10.2.0.2 bug "AUTO SGA: Not freeOracle
- 對ORACLE的SGA 進行檢查Oracle
- 教你如何成為Oracle 10g OCP - 第十三章補充:RMAN備份使用PGA還是SGAOracle 10g
- oracle序列達到了最大值處理Oracle
- oracle更改例項名Oracle
- oracle更改字符集Oracle
- 更改Oracle檔案位置Oracle
- 變更oracle 11.2.0.3 rac sga手工管理為sga及pga全自動管理Oracle
- oracle體系結構梳理---SGA+PGAOracle