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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【ERROR】ORA-27102: out of memory 解決方法Error
- 啟動Oracle報錯ORA-27102: out of memory、Linux-x86_64 Error: 28: No space leftOracleLinuxError
- OOM(Out Of Memory)OOM
- (轉貼)Out of Memory: Killed process
- OOM(Out Of Memory)是什麼?OOM
- golang json處理問題GolangJSON
- [git] git問題處理Git
- 完蛋!我被 Out of Memory 包圍了!
- 使用Fan-Out模式併發處理模式
- 併發問題處理方式
- Linux 問題處理集錦Linux
- 處理SQLServer errorlog滿問題SQLServerError
- 資料處理--pandas問題
- Ubuntu處理依賴問題Ubuntu
- 解決yarn打包時出現“FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory”的問題YarnErrorMITAIJavaScript
- PostgreSQL DBA(95) - PG 12 Partition(out of shared memory)SQL
- PHP 開發版本問題處理PHP
- 【故障處理】TNS-04610問題
- JVM問題分析處理手冊JVM
- gc buffer busy acquire問題處理GCUI
- oracle SP2-問題處理Oracle
- 記憶體分配問題處理記憶體
- 如何處理 No DMARC Record Found 問題
- 如何處理HTTP 503故障問題?HTTP
- MySQL:亂碼問題處理流程MySql
- 【問題處理】IPC Send timeout detected
- iOS Out-Of-Memory 原理闡述及方案調研iOS
- git post資料過大報錯-Out of memoryGit
- ES叢集搭建問題:memory locking requested for elasticsearch process but memory is not lockedElasticsearch
- 【問題處理】MySQL忘記root密碼的處理辦法MySql密碼
- 二、Git 問題彙總及處理Git
- Redis 快取常見問題處理Redis快取
- Oracle日常問題處理ORA-04031Oracle
- .net異常處理的效能問題
- ORACLE問題處理十個指令碼Oracle指令碼
- repmgr 叢集雙主問題處理
- SpringBoot 2.6.7 處理跨域的問題Spring Boot跨域
- RAC磁碟頭損壞問題處理
- SpringBoot 2.7.0 處理跨域的問題Spring Boot跨域