ORA-27102 Out of Memory問題處理
一般是SGA大小設定有關
[oracle@localhost trace]$ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.6.0 - Production on Fri Apr 15 10:51:31 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup nomount
ORA-00845: MEMORY_TARGET not supported on this system
手動建立一個init引數檔案
調整SGA引數大小
[oracle@localhost dbs]$ vi initrp.ora
spfile='/oracle/product/11.1.0/db_1/dbs/spfilelzccb.ora'
sga_max_size=2500000000
sga_target=2500000000
[oracle@localhost ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.6.0 - Production on Fri Apr 15 11:42:01 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup nomount pfile=/oracle/product/11.1.0/db_1/dbs/initrp.ora
ORACLE instance started.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22036495/viewspace-1048716/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【ORACLE】ORA-27102: out of memory報錯的處理Oracle
- ORA-27102: out of memory 問題解決方法
- ORA-27102:out of memory Linux-x86_64 Error: 12: Cannot allocate memory的處理LinuxError
- note the ORA-27102: out of memory errorError
- ORA-27102: out of memory故障解決
- 【ERROR】ORA-27102: out of memory 解決方法Error
- ORA-27102: out of memory解決辦法
- oracle啟動遭遇ORA-27102: out of memoryOracle
- windows 32位ORA-27102: out of memory錯誤Windows
- ORA-27102:out of memory Linux-X86_64 .Linux
- ORA-27102: out of memory以及相關係統引數
- ORA-27102: out of memory Linux Error: 28: No space left on deviceLinuxErrordev
- oracle使用記憶體的錯誤,ORA-27102: out of memoryOracle記憶體
- 資料庫增加SGA,導致ORA-27102: out of memory錯誤資料庫
- Ora-27102: Out Of Memory: Linux Error: 12: [ID 401077.1]LinuxError
- 【問題處理】Memory Notification: Library Cache Object loaded into SGAObject
- OOM(Out Of Memory)OOM
- java out of memoryJava
- 【問題處理】Oracle process running out of OS kernel I/O resourcesOracle
- dbca -silent -responsefile 建庫由於tmpfs太小報錯ORA-27102: out of memory
- ORA-27102: out of memory Linux-X86_64 Error: 28: No space left on deviceLinuxErrordev
- oracle 10g for solaris 10(x86),dbca建庫out of memory處理Oracle 10g
- startup ORA-27102: out of memory Linux-x86_64 Error: 28: No space left on deviceLinuxErrordev
- OOM--OUT OF MEMORYOOM
- 啟動Oracle報錯ORA-27102: out of memory、Linux-x86_64 Error: 28: No space leftOracleLinuxError
- An out of memory error has occurred.Error
- OOM(Out Of Memory)是什麼?OOM
- 處理問題的方法
- perl中文處理問題
- 漢字處理問題?
- xml處理的問題XML
- 貨品問題處理
- [git] git問題處理Git
- 使用Fan-Out模式併發處理模式
- golang json處理問題GolangJSON
- 併發問題處理方式
- ASMCMD處理問題一則ASM
- mysql的處理能力問題MySql